Module: sip-router
Branch: master
Commit: 580afbaa924ee699bce59eaf669ccabad886d33c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=580afba…
Author: Matthew Williams <matthew(a)flowroute.com>
Committer: Matthew Williams <matthew(a)flowroute.com>
Date: Mon Aug 22 16:10:29 2011 -0500
Added json module, providing a simple json parser.
---
modules/json/.gitignore | 4 ++
modules/json/Makefile | 21 +++++++++
modules/json/README | 95 ++++++++++++++++++++++++++++++++++++++
modules/json/doc/Makefile | 4 ++
modules/json/doc/json.xml | 37 +++++++++++++++
modules/json/doc/json_admin.xml | 83 +++++++++++++++++++++++++++++++++
modules/json/json_funcs.c | 62 +++++++++++++++++++++++++
modules/json/json_funcs.h | 32 +++++++++++++
modules/json/json_mod.c | 96 +++++++++++++++++++++++++++++++++++++++
9 files changed, 434 insertions(+), 0 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=580…