[asterisk-dev] [Code Review] Add JSON support to Asterisk
David Lee
reviewboard at asterisk.org
Mon Jan 7 11:33:29 CST 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2264/
-----------------------------------------------------------
Review request for Asterisk Developers.
Summary
-------
This provides a JSON API by pulling in and wrapping the Jansson JSON
library[1]. The Asterisk API basically mirrors the Jansson
functionality, with a few minor tweaks:
* Jansson provides both reference-stealing and reference-borrowing
versions of several API's. The Asterisk API is exclusively
reference-stealing for operations that put elements into arrays and
objects.
* No support for doubles, since we usually don't need that.
* Coming along for the ride is the ast_test_check macro, which makes
it easier to accumulate the results of several operations in a test.
[1]: http://www.digip.org/jansson/
This addresses bug ASTERISK-20888.
https://issues.asterisk.org/jira/browse/ASTERISK-20888
Diffs
-----
/trunk/include/asterisk/autoconfig.h.in 378646
/trunk/include/asterisk/json.h PRE-CREATION
/trunk/contrib/scripts/install_prereq 378646
/trunk/configure.ac 378646
/configure UNKNOWN
/trunk/build_tools/menuselect-deps.in 378646
/trunk/include/asterisk/test.h 378646
/trunk/main/Makefile 378646
/trunk/main/test.c 378646
/trunk/makeopts.in 378646
/trunk/res/res_json.c PRE-CREATION
/trunk/res/res_json.exports.in PRE-CREATION
/trunk/tests/test_json.c PRE-CREATION
Diff: https://reviewboard.asterisk.org/r/2264/diff
Testing
-------
Behold, extensive unit tests!
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130107/4f8e7e0f/attachment.htm>
More information about the asterisk-dev
mailing list