summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2016-06-08 02:36:13 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2016-06-08 02:37:15 +0000
commitae66b243690871f2daea5ae4b2a4669081d7c556 (patch)
tree96c4968b7385273e354202ec4910d1c46ca9b9d7 /README.html
parent40de3c67cd6d44dc8e17cdf240dd79ab8b1ce1c1 (diff)
downloadjson-c-ae66b243690871f2daea5ae4b2a4669081d7c556.tar.gz
Mention that we're aiming to follow RFC 7159 now.
Cause README.md to show up in Doxygen output as the main page.
Diffstat (limited to 'README.html')
-rw-r--r--README.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.html b/README.html
index dc696af..a30c830 100644
--- a/README.html
+++ b/README.html
@@ -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>