[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lua CJSON 1.0.3
- From: Mark Pulford <mark@...>
- Date: Thu, 15 Sep 2011 21:56:35 +0930
Hi,
Lua CJSON provides fast JSON parsing and encoding support for Lua.
Version 1.0.3 contains an object encoding bugfix for tables which only
contain numeric string keys, and a work around for Solaris platforms
missing isinf().
Thank you Zhang "agentzh" Yichun for your bug reports!
Any comments and suggestions are welcome.
Download
http://www.kyne.com.au/~mark/software/lua-cjson-1.0.3.tar.gz
http://www.kyne.com.au/~mark/software/lua-cjson-1.0.3.zip
Homepage:
http://www.kyne.com.au/~mark/software/lua-cjson.php
Changelog:
http://www.kyne.com.au/~mark/software/NEWS-lua-cjson.txt
Rough performance comparison:
http://www.kyne.com.au/~mark/software/lua-json-performance.txt
Regards,
Mark