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

wdoekes reviewboard at asterisk.org
Tue Jan 8 02:39:10 CST 2013



> On Jan. 7, 2013, 3:56 p.m., elguero wrote:
> > /trunk/include/asterisk/json.h, lines 397-409
> > <https://reviewboard.asterisk.org/r/2264/diff/1/?file=32590#file32590line397>
> >
> >     These names could be a bit more explicit... "s", dump_to_string
> >     "f", dump_to_output
> >     
> >     "dump_file", dump_to_file

"dumps" is common to those working with python. See pickle.dump/pickle.dumps, json.dump/json.dumps. "dumpf" isn't though.

Same applies to load/loads below.

And do we need both a loads and a loadb? If we're going for complete, perhaps we need an ast_str*-taking load too.


- wdoekes


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


On Jan. 7, 2013, 11:33 a.m., David Lee wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2264/
> -----------------------------------------------------------
> 
> (Updated Jan. 7, 2013, 11:33 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/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/20130108/433764bf/attachment.htm>


More information about the asterisk-dev mailing list