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

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>JSON-C - A JSON implementation in C</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  8. </head>
  9. <body>
  10. <h2>JSON-C - A JSON implementation in C</h2>
  11. <p>Latest release: <a href="json-c-0.6.tar.gz">json-c-0.6.tar.gz</a></p>
  12. <p>JSON-C implements a reference counting object model that allows you to easily
  13. construct JSON objects in C, output them as JSON formatted strings and parse
  14. JSON formatted strings back into the C representation of JSON objects.</p>
  15. <p>Minimal documentation exists <a href="doc/html/json__object_8h.html">here</a>,
  16. Although you are probably better reading the example code in test1.c.</p>
  17. <p>To setup JSON-C to build on your system please run <tt>configure</tt> before
  18. compiling. If you are on Win32 and are not using the VS project file, be sure
  19. to rename <tt>config.h.win32</tt> to <tt>config.h</tt> before building.</p>
  20. <P>Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P>
  21. <p>Please send bug reports to <a href="mailto:michael@metaparadigm.com">michael@metaparadigm.com</a></p>
  22. <p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>
  23. <h3>Anonymous CVS</h3>
  24. <p><code># <b>export CVSROOT=:pserver:anoncvs@cvs.metaparadigm.com:/cvsroot</b><br>
  25. # <b>cvs login</b><br>
  26. Logging in to :pserver:anoncvs@cvs.metaparadigm.com:2401/cvsroot<br>
  27. CVS password: &lt;enter '<b>anoncvs</b>'&gt;<br>
  28. # <b>cvs co json-c</b></code></p>
  29. <p>Copyright Metaparadigm Pte. Ltd. 2004, 2005. <a href="mailto:michael@metaparadigm.com">Michael
  30. Clark </a>
  31. </p>
  32. <p>This program is free software; you can redistribute it and/or modify it under
  33. the terms of the MIT License. See COPYING for details.</p>
  34. <hr>
  35. </body>
  36. </html>

No Description

Contributors (1)