The Lua CJSON module provides fast standards-compliant JSON parsing and encoding support for Lua. Lua CJSON includes full support for UTF-8 and has no dependencies on other libraries.
| Tags | Development Lua Module JSON |
|---|---|
| Licenses | MIT |
| Operating Systems | Linux BSD Mac OS X Win Solaris |
| Implementation | C Lua |
Recent releases


Release Notes: This release adds a cjson.safe module interface that returns nil after an error (instead of throwing an exception). Improved Makefile compatibility with Solaris make.


Release Notes: This release includes performance and portability enhancements and Lua 5.2 support.


Release Notes: This release fixes numeric conversion under locales with a comma decimal separator (cs_CZ, de_DE, etc.).


Release Notes: This release fixes an object encoding bug.


Release Notes: Minor portability and performance improvements.