2014-02-24 08:34:48 +01:00
|
|
|
config BR2_PACKAGE_LUAJSON
|
|
|
|
bool "luajson"
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_LPEG # runtime
|
2014-02-24 08:34:48 +01:00
|
|
|
help
|
|
|
|
LuaJSON is a customizable JSON decoder/encoder
|
|
|
|
using LPEG for parsing.
|
|
|
|
|
|
|
|
http://github.com/harningt/luajson
|