Closed phoenixenero closed 8 years ago
I'm willing to... my master is already ahead of the mpx master branch that has fixes for Windows builds, a new decode_big_numbers_as_strings option, and a "universal" NULL and array types. Specifically, any value with a metatable that contains name field set to "null" will be interpreted as a null. Similarly, if the metatable contains name field set to "array" it is interpreted as an array.
I needed the "universal" null and array types to support interchange with YAML serialization format (decode YAML, then encode as JSON for example).
Just let me know what the "next steps" are on this.
Thanks, -Brian
I think the follow actions needed:
Yes, I'm still maintaining Lua CJSON, but I'm open to assistance.
I've added some comments to your numbers_as_strings pull request.
This repo should be transferred to a new maintainer since the current one is highly inactive. Anyone willing to do that?