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