Module: sip-router Branch: mgw/json Commit: 3fed6e8fcc1a8179316cf498490c3de21a4bb704 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3fed6e8f...
Author: Matthew Williams mgwilliams@gmail.com Committer: Matthew Williams mgwilliams@gmail.com Date: Tue May 7 10:47:19 2013 -0700
json: overhaul of json module
---
modules/json/Makefile | 1 - modules/json/README | 149 +++++++++++++--- modules/json/doc/json_admin.xml | 120 ++++++++++++-- modules/json/json.c | 72 ++++++++ modules/json/json.h | 36 ++++ modules/json/json_funcs.c | 358 ++++++++++++++++++++++++++------------- modules/json/json_funcs.h | 8 +- modules/json/json_mod.c | 149 ++++++++++------ modules/json/json_path.c | 324 +++++++++++++++++++++++++++-------- modules/json/json_path.h | 1 + modules/json/test/json-test.cfg | 226 ------------------------ modules/json/test/run-tests.sh | 4 - 12 files changed, 928 insertions(+), 520 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=3fed...