Config.in 477 B

123456789101112131415
  1. config 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. (C-module)
  13. https://www.kyne.com.au/~mark/software/lua-cjson.php