bhall2001 / fastjson

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

Still maintaining? #33

Open madpink opened 7 years ago

madpink commented 7 years ago

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 request my changes, or would you prefer I fork it and maintain on my own? Currently, Ive added my modified version to my CouchDB lib.

The changes I've been making include: -maintaining the sequence of a JSON array in order of the numeric array it is based on -adding an option for inserting null into a JSON array when the numeric array it is based on has gaps -changing the "keepNumeric" option to a script local variable -adding a "set local" type command for these options instead of passing as params

I have a few other changes as well I'm working on.

Let me know if you want me to pull or tell me to fork off ;)