Module: sip-router Branch: master Commit: b8f7137b4f3f8864e745e08ad06ea28b0a543e1f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8f7137b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Jan 18 12:03:10 2012 +0100
lib/srutils: added srjson - lightweight json parser
- srjson is adapted from cJSON to fit better in the local environment (use pkg/shm memory per document, cope with str-strings)
---
lib/srutils/README | 33 ++ lib/srutils/srjson.c | 1019 ++++++++++++++++++++++++++++++++++++++++++++++++++ lib/srutils/srjson.h | 181 +++++++++ 3 files changed, 1233 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=b8f7...