1 config BR2_PACKAGE_LUA_CJSON
3 depends on BR2_PACKAGE_HAS_LUAINTERPRETER
5 The Lua CJSON module provides JSON support for Lua. It features:
6 - Fast, standards compliant encoding/parsing routines
7 - Full support for JSON with UTF-8, including decoding surrogate pairs
8 - Optional run-time support for common exceptions to the JSON
9 specification (infinity, NaN, ...)
10 - No dependencies on other libraries
14 http://www.kyne.com.au/~mark/software/lua-cjson.php