summaryrefslogtreecommitdiffhomepage
path: root/libs/json
AgeCommit message (Collapse)Author
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