xref: /OK3568_Linux_fs/buildroot/package/lua-cjson/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUA_CJSON
2	bool "lua-cjson"
3	help
4	  The Lua CJSON module provides JSON support for Lua.
5	  It features:
6	  - Fast, standards compliant encoding/parsing routines
7	  - Full support for JSON with UTF-8, including decoding
8	    surrogate pairs
9	  - Optional run-time support for common exceptions to the JSON
10	    specification (infinity, NaN, ...)
11	  - No dependencies on other libraries
12
13	  (C-module)
14
15	  http://www.kyne.com.au/~mark/software/lua-cjson.php
16