Servoy Developer
Version 3.5.6-build 519
Java version 1.5.0_13-119 (Mac OS X)
I am having weird problems when I am trying to load large (>80K) amounts of JSON data into servoy. After I make the getPageData request and can see all my data in the string, I do an eval() on the data and the largest Array in the data set gets truncated off. All other data before and after the Array is there and the key to the object that points to where the array should be is there, but its value is null.
I know the JSON data is valid because I have tried parsing it with several different languages and libraries and they all de-serialize it just fine. Anyone else run into similar issues where data gets truncated for no apparent reason? I have tried it in Servoy4 and it does not fail so I think some bug must have been fixed between the two releases.
BTW…
I am not using the plugin as I have never gotten it to work for anything but VERY simple JSON data (see http://forum.servoy.com/viewtopic.php?t=10204 ), so I use eval().