If we were to include a JSON library in the next version of Codea, which one would you like to see? Or what would your ideal Lua interface for JSON look like?
I liked and used dkjson - works fine, MIT license.
Having said that, you're in a position to use a c version, which would presumably be more performant, not that I noticed issues with the pure-lua version. But - you know that :-)
Comments
I liked and used dkjson - works fine, MIT license.
Having said that, you're in a position to use a c version, which would presumably be more performant, not that I noticed issues with the pure-lua version. But - you know that :-)
Any c version would do! As long as you can still get it out and downloadable so I have a toy for Christmas!
fluent-json is alright thats the only one ive used