summaryrefslogtreecommitdiff
path: root/index.html
blob: 8ae36aaab5a35af682802c4b1550d6fa17a7866b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
</head>
<body>
<h1>json-c API documentation</h1>

For general information, see <a href="https://github.com/json-c/json-c/wiki">the json-c wiki</a>.

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>

Note: for the very latest development docs <a href="https://github.com/json-c/json-c">clone the source</a> and run "doxygen".

<ul>
<li>Current release: <a href="json-c-0.10/doc/html/index.html">json-c-0.10</a>
<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>

You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.10/tests/">the tests directory</a> for some examples.<br>
One of the simplest examples is 
<a href="https://github.com/json-c/json-c/blob/json-c-0.10/tests/test2.c">test2.c</a>.

</body>
</html>