Files
buildroot/package/lua-dkjson/Config.in
Francois Perrad 235e78caca package/lua-dkjson: bump to version 2.10
homepage switches to https

readme.txt becomes readme.md

see changes on https://dkolf.de/dkjson-lua/

Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-25 23:33:43 +02:00

10 lines
250 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.
https://dkolf.de/dkjson-lua/