Config.in 257 B

123456789
  1. config BR2_PACKAGE_LUA_DKJSON
  2. bool "lua-dkjson"
  3. help
  4. David Kolf's JSON module for Lua.
  5. dkjson is written in Lua without any dependencies, but
  6. when LPeg is available dkjson can use it to speed up decoding.
  7. http://dkolf.de/src/dkjson-lua.fsl/