From: JC (Jonathan Chen) Date: Fri, 10 Mar 2023 16:10:29 +0000 (-0500) Subject: docs: update to Internet Standard reference X-Git-Tag: json-c-0.17-20230812~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F810%2Fhead;p=thirdparty%2Fjson-c.git docs: update to Internet Standard reference --- diff --git a/README.md b/README.md index 5f4487ce..04ac67f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ JSON-C - A JSON implementation in C 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. -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) or check out the [API docs](https://json-c.github.io/json-c/),