C catster Member Licensed User Longtime User Feb 26, 2019 #1 Is there any plan for a sorted map which can be serialized to json?
Erel B4X founder Staff member Licensed User Longtime User Feb 26, 2019 #2 See B4XOrderedMap: https://www.b4x.com/android/forum/threads/b4x-b4xcollections-more-collections.101071/ It can be sorted. You will need to export the data to a regular map before you can serialize it to json.
See B4XOrderedMap: https://www.b4x.com/android/forum/threads/b4x-b4xcollections-more-collections.101071/ It can be sorted. You will need to export the data to a regular map before you can serialize it to json.
K keirS Well-Known Member Licensed User Longtime User Feb 26, 2019 #3 https://www.b4x.com/android/forum/threads/b4x-sorted-map-class-with-source-code.97227/#content] Written totally in B4X and includes source code so you can add JSON serialization.
https://www.b4x.com/android/forum/threads/b4x-sorted-map-class-with-source-code.97227/#content] Written totally in B4X and includes source code so you can add JSON serialization.
C catster Member Licensed User Longtime User Feb 27, 2019 #4 Erel said: See B4XOrderedMap: https://www.b4x.com/android/forum/threads/b4x-b4xcollections-more-collections.101071/ It can be sorted. You will need to export the data to a regular map before you can serialize it to json. Click to expand... webservice we call need json parameters to be sorted. if we convert the sorted map and convert to json the order cannot be maintain. Is it possible to have a sorted map class which is interchangeable with normal map? just like android sortedmap?
Erel said: See B4XOrderedMap: https://www.b4x.com/android/forum/threads/b4x-b4xcollections-more-collections.101071/ It can be sorted. You will need to export the data to a regular map before you can serialize it to json. Click to expand... webservice we call need json parameters to be sorted. if we convert the sorted map and convert to json the order cannot be maintain. Is it possible to have a sorted map class which is interchangeable with normal map? just like android sortedmap?
Erel B4X founder Staff member Licensed User Longtime User Feb 27, 2019 #5 Everything that you need is already available. Please start a new thread in the questions forum for further discussion.
Everything that you need is already available. Please start a new thread in the questions forum for further discussion.