[asterisk-dev] [Code Review] Add JSON support to Asterisk
Mark Michelson
reviewboard at asterisk.org
Thu Jan 10 16:47:31 CST 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2264/#review7657
-----------------------------------------------------------
Ship it!
I could only find minor things.
As far as elguero's naming comments are concerned, I can see past them since they correlate nearly one-to-one with Jansson's functions.
/trunk/include/asterisk/json.h
<https://reviewboard.asterisk.org/r/2264/#comment14591>
Use \param instead of \a for documenting function parameters.
/trunk/tests/test_json.c
<https://reviewboard.asterisk.org/r/2264/#comment14595>
This test is pretty massive. Consider breaking it into individual tests that test specific portions of the API. It could lead to easier debugging if a portion of the test fails.
- Mark
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/20130110/0a6bfbc9/attachment.htm>
More information about the asterisk-dev
mailing list