fastjson icon indicating copy to clipboard operation
fastjson copied to clipboard

Recommend changing function names

Open madpink opened this issue 9 years ago • 1 comments

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

madpink avatar Jan 31 '17 14:01 madpink

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

madpink avatar Oct 15 '17 14:10 madpink