|
|
@@ -33,7 +33,7 @@
|
|
|
<section id="main_content" class="inner">
|
|
|
<h2>About</h2>
|
|
|
|
|
|
-<p>Parson is a small json parser and reader written in C.</p>
|
|
|
+<p>Parson is a small <a href="http://json.org">json</a> parser and reader written in C. </p>
|
|
|
|
|
|
<h2>Features</h2>
|
|
|
|
|
|
@@ -47,7 +47,7 @@
|
|
|
|
|
|
<p>Run the following code:</p>
|
|
|
|
|
|
-<pre><code>git clone http://github.com/kgabis/parson.git
|
|
|
+<pre><code>git clone https://github.com/kgabis/parson.git
|
|
|
</code></pre>
|
|
|
|
|
|
<p>and copy parson.h and parson.c to you source code tree.</p>
|
|
|
@@ -108,6 +108,10 @@
|
|
|
...
|
|
|
</code></pre>
|
|
|
|
|
|
+<h2>Important</h2>
|
|
|
+
|
|
|
+<p>Parson currently supports hexadecimal and octal numbers, but they're not a part of JSON standard, so you shouldn't use them.</p>
|
|
|
+
|
|
|
<h2>License</h2>
|
|
|
|
|
|
<p><a href="http://opensource.org/licenses/mit-license.php">The MIT License (MIT)</a></p>
|