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
2020-04-19 04:03:15 +00:00
For information about building json-c, see the < a href = "https://github.com/json-c/json-c/blob/master/README.md" > README file< / a > .
2012-09-09 14:58:17 -05:00
< h2 > Versions:< / h2 >
2020-07-26 15:30:48 +00:00
< p > Current release: < a href = "json-c-current-release/doc/html/index.html" > json-c-0.15< / a >
2017-12-09 15:10:46 -05:00
< br > Best starting points:
2020-07-12 19:17:59 +00:00
< a href = "json-c-current-release/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-current-release/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
2017-12-09 15:10:46 -05:00
2022-04-14 12:36:26 +00:00
You can also look at the tests in < a href = "https://github.com/json-c/json-c/blob/json-c-0.16/tests/" > the tests directory< / a > for some examples.< br >
2018-11-25 06:11:00 -06:00
One of the simplest examples is
2022-04-14 12:36:26 +00:00
< a href = "https://github.com/json-c/json-c/blob/json-c-0.16-20220414/tests/test2.c" > test2.c< / a > .
2020-07-12 19:13:50 +00:00
< / p >
< p > Note: for the most recent development docs < a href = "https://github.com/json-c/json-c" > clone the source< / a > and run:
< pre > sed -e's/@CMAKE_CURRENT_BINARY_DIR@/doc/' doc/Doxyfile.in | doxygen -< / pre >
Then look in the doc/html directory.
< / p >
2017-12-09 15:10:46 -05:00
< hr >
2020-07-12 19:13:50 +00:00
< h3 > All releases< / h3 >
2012-09-09 14:58:17 -05:00
< ul >
2020-04-19 04:03:15 +00:00
2022-04-14 12:36:26 +00:00
< li > < a href = "json-c-0.16/doc/html/index.html" > json-c-0.16< / a >
< br > Best starting points:
< a href = "json-c-0.16/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.16/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
2020-07-26 15:30:48 +00:00
< li > < a href = "json-c-0.15/doc/html/index.html" > json-c-0.15< / a >
< br > Best starting points:
< a href = "json-c-0.15/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.15/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
2020-07-12 19:13:50 +00:00
< li > < a href = "json-c-0.14/doc/html/index.html" > json-c-0.14< / a >
< br > Best starting points:
< a href = "json-c-0.14/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.14/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
2020-04-19 04:03:15 +00:00
< li > < a href = "json-c-0.13.1/doc/html/index.html" > json-c-0.13.1< / a >
< br > Best starting points:
< a href = "json-c-0.13.1/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.13.1/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
2018-03-05 23:32:27 -05:00
< li > < a href = "json-c-0.13/doc/html/index.html" > json-c-0.13< / a >
< br > Best starting points:
< a href = "json-c-0.13/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.13/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
2017-12-09 15:10:46 -05:00
< li > < a href = "json-c-0.12.1/doc/html/index.html" > json-c-0.12.1< / a >
2016-06-07 04:16:05 +00:00
< br > Best starting points:
< a href = "json-c-0.12.1/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.12.1/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
< li > < a href = "json-c-0.12/doc/html/index.html" > json-c-0.12< / a >
2014-04-11 19:46:42 -04:00
< br > Best starting points:
< a href = "json-c-0.12/doc/html/json__object_8h.html" > json_object.h< / a > or
< a href = "json-c-0.12/doc/html/json__tokener_8h.html" > json_tokener.h< / a >
< / li >
< li > < a href = "json-c-0.11/doc/html/index.html" > json-c-0.11< / a >
2013-04-02 21:32:45 -05:00
< 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 >
< / ul >
< / body >
< / html >