summaryrefslogtreecommitdiffhomepage
path: root/libs/json/luasrc
AgeCommit message (Collapse)Author
2015-01-08Rework LuCI build systemJo-Philipp Wich
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2013-12-03libs/json: add proper support for decoding unicode escapesJo-Philipp Wich
2011-04-17libs/json: Fix a typo and a logic error in json.lua to make ↵Jo-Philipp Wich
luci.json.encode() work like expected (#220)
2009-11-13JSON: Add encode / decode shortcutSteven Barth
2009-01-04Introduce active (pulling) JSON-DecoderSteven Barth
2008-08-29Optimized encoding of arrays containing nil valuesSteven Barth
Optimized inline documentation
2008-08-27Rewrote the API-documentation for luci.jsonSteven Barth
2008-08-26libs/json: Completed JSON librarySteven Barth
modules/rpc: Added experimental JSON-RPC API
2008-08-26libs/core: Reworked some basic libraries to not use package.seeallSteven Barth
libs/json: Implemented own JSON-Decoder (Encoder will follow) modules/rpc: Preliminary implemented RPC-Exports for luci.fs, luci.sys and luci.model.uci
2008-08-22RPC part #3Steven Barth