|
|
@@ -8,7 +8,7 @@ |
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>JSON-C - A JSON implementation in C</h2>
|
|
|
|
<p>Latest release: <a href="json-c-0.6.tar.gz">json-c-0.6.tar.gz</a></p>
|
|
|
|
<p>Latest release: <a href="json-c-0.7.tar.gz">json-c-0.7.tar.gz</a></p>
|
|
|
|
<p>JSON-C implements a reference counting object model that allows you to easily
|
|
|
|
construct JSON objects in C, output them as JSON formatted strings and parse
|
|
|
|
JSON formatted strings back into the C representation of JSON objects.</p>
|
|
|
@@ -20,12 +20,8 @@ |
|
|
|
<P>Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P>
|
|
|
|
<p>Please send bug reports to <a href="mailto:michael@metaparadigm.com">michael@metaparadigm.com</a></p>
|
|
|
|
<p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>
|
|
|
|
<h3>Anonymous CVS</h3>
|
|
|
|
<p><code># <b>export CVSROOT=:pserver:anoncvs@cvs.metaparadigm.com:/cvsroot</b><br>
|
|
|
|
# <b>cvs login</b><br>
|
|
|
|
Logging in to :pserver:anoncvs@cvs.metaparadigm.com:2401/cvsroot<br>
|
|
|
|
CVS password: <enter '<b>anoncvs</b>'><br>
|
|
|
|
# <b>cvs co json-c</b></code></p>
|
|
|
|
<h3>Anonymous Subversion</h3>
|
|
|
|
<p><code># <b>svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c</b></code></p>
|
|
|
|
<p>Copyright Metaparadigm Pte. Ltd. 2004, 2005. <a href="mailto:michael@metaparadigm.com">Michael
|
|
|
|
Clark </a>
|
|
|
|
</p>
|
|
|
|