2012-09-09 14:58:17 -05:00
< html >
< head >
</ head >
< body >
< h1 > json-c API documentation</ h1 >
2013-04-02 21:32:45 -05:00
For general information, see < a href = "https://github.com/json-c/json-c/wiki" > the json-c wiki</ a > . There you can also find a link to the download page for source tarballs.
2012-09-09 14:58:17 -05:00
For information about building json-c, see the < a href = "https://github.com/json-c/json-c/blob/master/README" > README file</ a > .
< h2 > Versions:</ h2 >
2013-04-02 21:32:45 -05:00
Note: for the very latest development docs < a href = "https://github.com/json-c/json-c" > clone the source</ a > and run "doxygen", then look in the doc directory.
2012-09-09 14:58:17 -05:00
< ul >
2013-04-02 21:32:45 -05:00
< li > Current release: < a href = "json-c-0.11/doc/html/index.html" > json-c-0.11</ a >
< br > Best starting points:
< a href = "json-c-0.11/doc/html/json__object_8h.html" > json_object.h</ a > or
< a href = "json-c-0.11/doc/html/json__tokener_8h.html" > json_tokener.h</ a >
</ li >
< li >< a href = "json-c-0.10/doc/html/index.html" > json-c-0.10 release</ a >
2012-09-09 14:58:17 -05:00
< br > Best starting points:
< a href = "json-c-0.10/doc/html/json__object_8h.html" > json_object.h</ a > or
< a href = "json-c-0.10/doc/html/json__tokener_8h.html" > json_tokener.h</ a >
</ li >
< li >< a href = "http://oss.metaparadigm.com/json-c/doc/html/annotated.html" > 0.9 and earlier</ a ></ li >
</ ul >
2013-04-02 21:32:45 -05:00
You can also look at the tests in < a href = "https://github.com/json-c/json-c/blob/json-c-0.11/tests/" > the tests directory</ a > for some examples.< br >
2012-09-09 14:58:17 -05:00
One of the simplest examples is
2013-04-02 21:32:45 -05:00
< a href = "https://github.com/json-c/json-c/blob/json-c-0.11/tests/test2.c" > test2.c</ a > .
2012-09-09 14:58:17 -05:00
</ body >
</ html >