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.9 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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.17</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.17/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.17-20230812/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.17/doc/html/index.html">json-c-0.17</a>
  25. <br>Best starting points:
  26. <a href="json-c-0.17/doc/html/json__object_8h.html">json_object.h</a> or
  27. <a href="json-c-0.17/doc/html/json__tokener_8h.html">json_tokener.h</a>
  28. <a href="json-c-0.17/doc/html/json__patch_8h.html">json_patch.h</a>
  29. <a href="json-c-0.17/doc/html/json__pointer_8h.html">json_pointer.h</a>
  30. <a href="json-c-0.17/doc/html/json__util_8h.html">json_util.h</a>
  31. </li>
  32. <li><a href="json-c-0.16/doc/html/index.html">json-c-0.16</a>
  33. <br>Best starting points:
  34. <a href="json-c-0.16/doc/html/json__object_8h.html">json_object.h</a> or
  35. <a href="json-c-0.16/doc/html/json__tokener_8h.html">json_tokener.h</a>
  36. </li>
  37. <li><a href="json-c-0.15/doc/html/index.html">json-c-0.15</a>
  38. <br>Best starting points:
  39. <a href="json-c-0.15/doc/html/json__object_8h.html">json_object.h</a> or
  40. <a href="json-c-0.15/doc/html/json__tokener_8h.html">json_tokener.h</a>
  41. </li>
  42. <li><a href="json-c-0.14/doc/html/index.html">json-c-0.14</a>
  43. <br>Best starting points:
  44. <a href="json-c-0.14/doc/html/json__object_8h.html">json_object.h</a> or
  45. <a href="json-c-0.14/doc/html/json__tokener_8h.html">json_tokener.h</a>
  46. </li>
  47. <li><a href="json-c-0.13.1/doc/html/index.html">json-c-0.13.1</a>
  48. <br>Best starting points:
  49. <a href="json-c-0.13.1/doc/html/json__object_8h.html">json_object.h</a> or
  50. <a href="json-c-0.13.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
  51. </li>
  52. <li><a href="json-c-0.13/doc/html/index.html">json-c-0.13</a>
  53. <br>Best starting points:
  54. <a href="json-c-0.13/doc/html/json__object_8h.html">json_object.h</a> or
  55. <a href="json-c-0.13/doc/html/json__tokener_8h.html">json_tokener.h</a>
  56. </li>
  57. <li><a href="json-c-0.12.1/doc/html/index.html">json-c-0.12.1</a>
  58. <br>Best starting points:
  59. <a href="json-c-0.12.1/doc/html/json__object_8h.html">json_object.h</a> or
  60. <a href="json-c-0.12.1/doc/html/json__tokener_8h.html">json_tokener.h</a>
  61. </li>
  62. <li><a href="json-c-0.12/doc/html/index.html">json-c-0.12</a>
  63. <br>Best starting points:
  64. <a href="json-c-0.12/doc/html/json__object_8h.html">json_object.h</a> or
  65. <a href="json-c-0.12/doc/html/json__tokener_8h.html">json_tokener.h</a>
  66. </li>
  67. <li><a href="json-c-0.11/doc/html/index.html">json-c-0.11</a>
  68. <br>Best starting points:
  69. <a href="json-c-0.11/doc/html/json__object_8h.html">json_object.h</a> or
  70. <a href="json-c-0.11/doc/html/json__tokener_8h.html">json_tokener.h</a>
  71. </li>
  72. <li><a href="json-c-0.10/doc/html/index.html">json-c-0.10 release</a>
  73. <br>Best starting points:
  74. <a href="json-c-0.10/doc/html/json__object_8h.html">json_object.h</a> or
  75. <a href="json-c-0.10/doc/html/json__tokener_8h.html">json_tokener.h</a>
  76. </li>
  77. </ul>
  78. </body>
  79. </html>

No Description