Skip to content

Releases: Vurv78/qjson.lua

v0.3.0

09 Jul 21:53
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Further optimized code. Luajit and PUC-Lua are getting nearly the same results.

Code is significantly less readable, though..

v0.2.0

30 Jun 11:02
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added benchmarks
  • Rewrote everything to be further optimized (Using rope method, character peeking and just tweaks)
  • true, false decode to their respective lua values.
  • null decodes to a special table (qjson.NULL) to differentiate it from nil instead of being stored as a "null" string.
  • Now decoding allows any sort of JSON value to be given, rather than just an object or list, as the initial object to be parsed.

v0.1.0

29 Jun 04:15
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release. No promises of being production ready, just getting set up.