fastjson
fastjson copied to clipboard
Recommend changing function names
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
Changed main function name to not conflict with built-in library Sorted numeric array to correct JSON order array Added option to include blank placeholders in JSON array Changed scope of some variables/constants Added "null" text placeholder