Hi, Lua CJSON is a MIT licensed module which provides JSON support. Version 2.1.0 has the following changes: - Added cjson.safe module interface which returns nil after an error (instead of throwing an exception) - Improved Makefile compatibility with Solaris make Download: - http://www.kyne.com.au/~mark/software/download/lua-cjson-2.1.0.tar.gz - http://www.kyne.com.au/~mark/software/download/lua-cjson-2.1.0.zip Homepage: http://www.kyne.com.au/~mark/software/lua-cjson.php Documentation: http://www.kyne.com.au/~mark/software/lua-cjson-manual.html Features: - Fast, standards compliant encoding/parsing routines - Full support for JSON with UTF-8, including decoding surrogate pairs - Optional run-time support for common exceptions to the JSON specification (infinity, NaN,..) - No dependencies on other libraries Any comments and suggestions are welcome. Regards, Mark