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.

README.html 1.8 kB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>JSON-C - A JSON implementation in C</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. </head>
  7. <body>
  8. <h2>JSON-C - A JSON implementation in C</h2>
  9. <h3>Overview</h3>
  10. <p>JSON-C implements a reference counting object model that allows you to easily
  11. construct JSON objects in C, output them as JSON formatted strings and parse
  12. JSON formatted strings back into the C representation of JSON objects.
  13. It aims to conform to <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a>.
  14. </p>
  15. <h3>Building</h3>
  16. <p>To setup JSON-C to build on your system please run <tt>configure</tt> and <tt>make</tt>.</p>
  17. <p>If you are on Win32 and are not using the VS project file, be sure
  18. to rename <tt>config.h.win32</tt> to <tt>config.h</tt> before building.</p>
  19. <h3>Documentation</h3>
  20. <P>Doxygen generated documentation exists <a href="doc/html/json__object_8h.html">here</a>
  21. and Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P>
  22. <h3><a href="https://github.com/json-c/json-c">GIT Reposository</a></h3>
  23. <p><strong><code>git clone https://github.com/json-c/json-c.git</code></strong></p>
  24. <h3><a href="http://groups.google.com/group/json-c">Mailing List</a></h3>
  25. <pi>Send email to <strong><code>json-c <i>&lt;at&gt;</i> googlegroups <i>&lt;dot&gt;</i> com</code></strong></p>
  26. <h3><a href="COPYING">License</a></h3>
  27. <p>This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.</p>
  28. <hr/>
  29. </body>
  30. </html>