mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
config BR2_PACKAGE_LUA_DKJSON
|
|
bool "lua-dkjson"
|
|
help
|
|
David Kolf's JSON module for Lua.
|
|
|
|
dkjson is written in Lua without any dependencies, but
|
|
when LPeg is available dkjson can use it to speed up decoding.
|
|
|
|
http://dkolf.de/dkjson-lua/
|