1config BR2_PACKAGE_LUAJSON 2 bool "luajson" 3 select BR2_PACKAGE_LPEG # runtime 4 help 5 LuaJSON is a customizable JSON decoder/encoder 6 using LPEG for parsing. 7 8 http://github.com/harningt/luajson 9