libs: add luci-lib-jsonc, a Lua binding for JSON-C
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 26 Jan 2015 15:49:23 +0000 (16:49 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 26 Jan 2015 15:49:23 +0000 (16:49 +0100)
commit73b19f63822d511028baa8e3e7463d4e0a3ff857
treed3264536c3a4b49ee1e9ee71547229f0fe98b26b
parent8c8c69fa5d69113617fd9a897b843f22d44c76a6
libs: add luci-lib-jsonc, a Lua binding for JSON-C

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
libs/luci-lib-jsonc/Makefile [new file with mode: 0644]
libs/luci-lib-jsonc/src/Makefile [new file with mode: 0644]
libs/luci-lib-jsonc/src/jsonc.c [new file with mode: 0644]