D DYL15 New Member Licensed User Longtime User Jul 15, 2016 #1 When using iJSON all Maps returned are Read Only. The same code im using to parse and add data to my json files works in B4A & B4J.
When using iJSON all Maps returned are Read Only. The same code im using to parse and add data to my json files works in B4A & B4J.
Erel B4X founder Staff member Licensed User Longtime User Jul 15, 2016 #2 This is not a bug. Making maps mutable means that the json parser will need to duplicate all the map items. This is avoided for performance reasons.
This is not a bug. Making maps mutable means that the json parser will need to duplicate all the map items. This is avoided for performance reasons.