commit d2d6724dbdab12ee4d729561f5d257745f45e2e0
parent f9fc2fc7cdb2e4fe8afb55a856dfe014fe4be0e1
Author: Humm <hummsmith42@gmail.com>
Date: Wed, 11 May 2022 16:50:13 +0000
encoding::json: refer to RFC 8259 in README
Also add a note about other specifications.
Signed-off-by: Humm <hummsmith42@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/encoding/json/README b/encoding/json/README
@@ -1,5 +1,6 @@
This module provides an implementation of the JavaScript Object Notation (JSON)
-format, defined by RFC 7159. A lexer for JSON values is provided, which may be
+format, as defined by RFC 8259. Note that several other, incompatible
+specifications exist. A lexer for JSON values is provided, which may be
initialized with [[lex]] and provides tokens via [[next]], and which uses a
relatively small amount of memory and provides relatively few gurantees
regarding the compliance of the input with the JSON grammar.