blob: 743a4b3463485cfae6c19416884c981b17c73b53 [file] [log] [blame]
Michael Clark4504df72007-03-13 08:26:20 +00001<!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>
Christopher Watford1363df02009-07-31 02:50:48 +000011 <p>Latest release: <a href="json-c-0.9.tar.gz">json-c-0.9.tar.gz</a></p>
Michael Clark4504df72007-03-13 08:26:20 +000012 <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>
Michael Clarkecf2c9b2007-05-17 13:30:29 +000023 <h3>Anonymous Subversion</h3>
24 <p><code># <b>svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c</b></code></p>
Michael Clark4504df72007-03-13 08:26:20 +000025 <p>This program is free software; you can redistribute it and/or modify it under
Michael Clarkf6a6e482007-03-13 08:26:23 +000026 the terms of the MIT License. See COPYING for details.</p>
Michael Clark50626cd2009-08-19 08:18:25 +000027 <h3>Mailing Lists</h3>
28 <ul>
29 <li><a href="http://oss.metaparadigm.com/mailman/listinfo/json-c-dev">JSON-C Developers List</a>: send email to: <code>json-c-dev <i>&lt;at&gt;</i> oss <i>&lt;dot&gt;</i> metaparadigm <i>&lt;dot&gt;</i> com</code></li>
30 <li><a href="http://oss.metaparadigm.com/mailman/listinfo/json-c-commits">JSON-C Commits List</a>: send email to: <code>json-c-commits <i>&lt;at&gt;</i> oss <i>&lt;dot&gt;</i> metaparadigm <i>&lt;dot&gt;</i> com</code></li>
31 </ul>
Michael Clark4504df72007-03-13 08:26:20 +000032 <hr>
Michael Clark50626cd2009-08-19 08:18:25 +000033 <p>Copyright Metaparadigm Pte. Ltd. 2009. <a href="mailto:michael@metaparadigm.com">Michael Clark </a>
34 </p>
Michael Clark4504df72007-03-13 08:26:20 +000035 </body>
36</html>