fastjson
fastjson copied to clipboard
A Livecode library for JSON encoding and decoding to and from Arrays.
There seems to be a problem when jsonToArray() tries to parse an empty JSON object. Example For the following JSON `{"data":[{"pk_customer":"123","portalData":{}}]}` After running ``` put jsonToArray(theJson) into tResult return arrayToJson(tResult)...
Now that they're built in, is it time to deprecate the library?
Since JSONToArray and ArrayToJSON are now built-in functions, I recommend changing the function names in fastJSON. I Prefixed the commands with "fast.": fast.arrayToJson fast.jsonToArray
Hey Bob, I'm making a bunch of changes to the library and wasn't sure if you were still interested in updating it. So would you prefer I make a pull...
1) change suffix to "livecodescript" 2) Remove