lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

Lua CJSON is a MIT licensed module which provides JSON support.
Version 2.0.0 has numerous improvements, including:
- Performance and portability enhancements
- Lua 5.2 support

Download:
- http://www.kyne.com.au/~mark/software/download/lua-cjson-1.0.4.tar.gz
- http://www.kyne.com.au/~mark/software/download/lua-cjson-1.0.4.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