Browse Source

docs: update to Internet Standard reference

tags/json-c-0.17-20230812
JC (Jonathan Chen) GitHub 2 years ago
parent
commit
4d5507f5dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -21,7 +21,7 @@ JSON-C - A JSON implementation in C <a name="overview"></a>
JSON-C implements a reference counting object model that allows you to easily 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 construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects. JSON formatted strings back into the C representation of JSON objects.
It aims to conform to [RFC 7159](https://tools.ietf.org/html/rfc7159).
It aims to conform to [RFC 8259](https://www.rfc-editor.org/rfc/rfc8259).


Skip down to [Using json-c](#using) Skip down to [Using json-c](#using)
or check out the [API docs](https://json-c.github.io/json-c/), or check out the [API docs](https://json-c.github.io/json-c/),


Loading…
Cancel
Save