bhall2001 / fastjson

A Livecode library for JSON encoding and decoding to and from Arrays.
MIT License
17 stars 11 forks source link

Recommend changing function names #30

Open madpink opened 7 years ago

madpink commented 7 years ago

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 commented 6 years ago

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