Web Connection
Serializing a cursor into json string
I have to ask...
What is a "large cursor", I mean how big? How many records, how many fields, total size if you store it as a table?
the json file i obtained splitting my queries is 35mb and i ahev 135k records... but this is not my largest file. At the moment is the largest...
With the current version it's not possible using wwJsonSerializer.
I took a quick look though, and it's possible to tweak the wwJsonSerializer code a bit to make it work with strings larger than 16mb.
This fix in WriteCursor()
works:
Same logic should be applied to the array and collection generators.
It'll be in the next Web Connection update.
+++ Rick ---
