You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 1.7 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <h1>json-c API documentation</h1>
  6. 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.
  7. For information about building json-c, see the <a href="https://github.com/json-c/json-c/blob/master/README">README file</a>.
  8. <h2>Versions:</h2>
  9. 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.
  10. <ul>
  11. <li>Current release: <a href="json-c-0.12/doc/html/index.html">json-c-0.12</a>
  12. <br>Best starting points:
  13. <a href="json-c-0.12/doc/html/json__object_8h.html">json_object.h</a> or
  14. <a href="json-c-0.12/doc/html/json__tokener_8h.html">json_tokener.h</a>
  15. </li>
  16. <ul>
  17. <li><a href="json-c-0.11/doc/html/index.html">json-c-0.11</a>
  18. <br>Best starting points:
  19. <a href="json-c-0.11/doc/html/json__object_8h.html">json_object.h</a> or
  20. <a href="json-c-0.11/doc/html/json__tokener_8h.html">json_tokener.h</a>
  21. </li>
  22. <li><a href="json-c-0.10/doc/html/index.html">json-c-0.10 release</a>
  23. <br>Best starting points:
  24. <a href="json-c-0.10/doc/html/json__object_8h.html">json_object.h</a> or
  25. <a href="json-c-0.10/doc/html/json__tokener_8h.html">json_tokener.h</a>
  26. </li>
  27. <li><a href="http://oss.metaparadigm.com/json-c/doc/html/annotated.html">0.9 and earlier</a></li>
  28. </ul>
  29. You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.12/tests/">the tests directory</a> for some examples.<br>
  30. One of the simplest examples is
  31. <a href="https://github.com/json-c/json-c/blob/json-c-0.11/tests/test2.c">test2.c</a>.
  32. </body>
  33. </html>

No Description

Contributors (1)