summaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
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>