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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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.md">README file</a>.
  8. <h2>Versions:</h2>
  9. <p>Current release: <a href="json-c-current-release/doc/html/index.html">json-c-0.14</a>
  10. <br>Best starting points:
  11. <a href="json-c-current-release/doc/html/json__object_8h.html">json_object.h</a> or
  12. <a href="json-c-current-release/doc/html/json__tokener_8h.html">json_tokener.h</a>
  13. You can also look at the tests in <a href="https://github.com/json-c/json-c/blob/json-c-0.14/tests/">the tests directory</a> for some examples.<br>
  14. One of the simplest examples is
  15. <a href="https://github.com/json-c/json-c/blob/json-c-0.14-20200419/tests/test2.c">test2.c</a>.
  16. </p>
  17. <p>Note: for the most recent development docs <a href="https://github.com/json-c/json-c">clone the source</a> and run:
  18. <pre>sed -e's/@CMAKE_CURRENT_BINARY_DIR@/doc/' doc/Doxyfile.in | doxygen -</pre>
  19. Then look in the doc/html directory.
  20. </p>
  21. <hr>
  22. <h3>All releases</h3>
  23. <ul>
  24. <li><a href="json-c-0.14/doc/html/index.html">json-c-0.14</a>
  25. <br>Best starting points:
  26. <a href="json-c-0.14/doc/html/json__object_8h.html">json_object.h</a> or
  27. <a href="json-c-0.14/doc/html/json__tokener_8h.html">json_tokener.h</a>
  28. </li>
  29. <li><a href="json-c-0.13.1/doc/html/index.html">json-c-0.13.1</a>
  30. <br>Best starting points:
  31. <a href="json-c-0.13.1/doc/html/json__object_8h.html">json_object.h</a> or
  32. <a href="json-c-0.13.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
  33. </li>
  34. <li><a href="json-c-0.13/doc/html/index.html">json-c-0.13</a>
  35. <br>Best starting points:
  36. <a href="json-c-0.13/doc/html/json__object_8h.html">json_object.h</a> or
  37. <a href="json-c-0.13/doc/html/json__tokener_8h.html">json_tokener.h</a>
  38. </li>
  39. <li><a href="json-c-0.12.1/doc/html/index.html">json-c-0.12.1</a>
  40. <br>Best starting points:
  41. <a href="json-c-0.12.1/doc/html/json__object_8h.html">json_object.h</a> or
  42. <a href="json-c-0.12.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
  43. </li>
  44. <li><a href="json-c-0.12/doc/html/index.html">json-c-0.12</a>
  45. <br>Best starting points:
  46. <a href="json-c-0.12/doc/html/json__object_8h.html">json_object.h</a> or
  47. <a href="json-c-0.12/doc/html/json__tokener_8h.html">json_tokener.h</a>
  48. </li>
  49. <li><a href="json-c-0.11/doc/html/index.html">json-c-0.11</a>
  50. <br>Best starting points:
  51. <a href="json-c-0.11/doc/html/json__object_8h.html">json_object.h</a> or
  52. <a href="json-c-0.11/doc/html/json__tokener_8h.html">json_tokener.h</a>
  53. </li>
  54. <li><a href="json-c-0.10/doc/html/index.html">json-c-0.10 release</a>
  55. <br>Best starting points:
  56. <a href="json-c-0.10/doc/html/json__object_8h.html">json_object.h</a> or
  57. <a href="json-c-0.10/doc/html/json__tokener_8h.html">json_tokener.h</a>
  58. </li>
  59. <li><a href="http://oss.metaparadigm.com/json-c/doc/html/annotated.html">0.9 and earlier</a></li>
  60. </ul>
  61. </body>
  62. </html>

No Description