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 2.5 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. <br>
  11. Current release: <a href="json-c-0.13.1/doc/html/index.html">json-c-0.13.1</a>
  12. <br>Best starting points:
  13. <a href="json-c-0.13.1/doc/html/json__object_8h.html">json_object.h</a> or
  14. <a href="json-c-0.13.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
  15. You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.13.1/tests/">the tests directory</a> for some examples.<br>
  16. One of the simplest examples is
  17. <a href="https://github.com/json-c/json-c/blob/json-c-0.13.1/tests/test2.c">test2.c</a>.
  18. <hr>
  19. <h3>Older releases</h3>
  20. <ul>
  21. <li><a href="json-c-0.13/doc/html/index.html">json-c-0.13</a>
  22. <br>Best starting points:
  23. <a href="json-c-0.13/doc/html/json__object_8h.html">json_object.h</a> or
  24. <a href="json-c-0.13/doc/html/json__tokener_8h.html">json_tokener.h</a>
  25. </li>
  26. <li><a href="json-c-0.12.1/doc/html/index.html">json-c-0.12.1</a>
  27. <br>Best starting points:
  28. <a href="json-c-0.12.1/doc/html/json__object_8h.html">json_object.h</a> or
  29. <a href="json-c-0.12.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
  30. </li>
  31. <li><a href="json-c-0.12/doc/html/index.html">json-c-0.12</a>
  32. <br>Best starting points:
  33. <a href="json-c-0.12/doc/html/json__object_8h.html">json_object.h</a> or
  34. <a href="json-c-0.12/doc/html/json__tokener_8h.html">json_tokener.h</a>
  35. </li>
  36. <li><a href="json-c-0.11/doc/html/index.html">json-c-0.11</a>
  37. <br>Best starting points:
  38. <a href="json-c-0.11/doc/html/json__object_8h.html">json_object.h</a> or
  39. <a href="json-c-0.11/doc/html/json__tokener_8h.html">json_tokener.h</a>
  40. </li>
  41. <li><a href="json-c-0.10/doc/html/index.html">json-c-0.10 release</a>
  42. <br>Best starting points:
  43. <a href="json-c-0.10/doc/html/json__object_8h.html">json_object.h</a> or
  44. <a href="json-c-0.10/doc/html/json__tokener_8h.html">json_tokener.h</a>
  45. </li>
  46. <li><a href="http://oss.metaparadigm.com/json-c/doc/html/annotated.html">0.9 and earlier</a></li>
  47. </ul>
  48. </body>
  49. </html>

No Description

Contributors (1)