ggpanta Member Licensed User Longtime User Jul 18, 2014 #1 Since the current parser has to load the full json in memory (and I assume validate it) it is not possible to use it for medium to large sized json strings. Something similar to https://sites.google.com/site/gson/streaming would be awesome. Regards
Since the current parser has to load the full json in memory (and I assume validate it) it is not possible to use it for medium to large sized json strings. Something similar to https://sites.google.com/site/gson/streaming would be awesome. Regards
Erel B4X founder Staff member Licensed User Longtime User Jul 20, 2014 #2 Have you encountered a file that was too large to be parsed with the current library?
ggpanta Member Licensed User Longtime User Jul 20, 2014 #3 Yes, I am having trouble with files that are 8MB+ I am running with out of memory issues