[asterisk-dev] [Code Review] Add JSON support to Asterisk

elguero reviewboard at asterisk.org
Thu Jan 10 18:11:38 CST 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2264/#review7661
-----------------------------------------------------------

Ship it!


Looks great.  Mark already pointed out the \param tag.

- elguero


On Jan. 10, 2013, 9:39 a.m., David Lee wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2264/
> -----------------------------------------------------------
> 
> (Updated Jan. 10, 2013, 9:39 a.m.)
> 
> 
> 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/build_tools/menuselect-deps.in 378908 
>   /trunk/configure.ac 378908 
>   /trunk/contrib/scripts/install_prereq 378908 
>   /trunk/include/asterisk/autoconfig.h.in 378908 
>   /trunk/include/asterisk/json.h PRE-CREATION 
>   /trunk/include/asterisk/test.h 378908 
>   /trunk/main/Makefile 378908 
>   /trunk/main/test.c 378908 
>   /trunk/makeopts.in 378908 
>   /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/20130111/0304c0b7/attachment-0001.htm>


More information about the asterisk-dev mailing list