Mention that we're aiming to follow RFC 7159 now.

Cause README.md to show up in Doxygen output as the main page.
This commit is contained in:
Eric Haszlakiewicz
2016-06-08 02:36:13 +00:00
parent 40de3c67cd
commit ae66b24369
3 changed files with 14 additions and 4 deletions

View File

@@ -10,7 +10,9 @@
<h3>Overview</h3>
<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>
JSON formatted strings back into the C representation of JSON objects.
It aims to conform to <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a>
</p>
<h3>Building</h3>
<p>To setup JSON-C to build on your system please run <tt>configure</tt> and <tt>make</tt>.</p>