We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42791ab commit 86e8f7bCopy full SHA for 86e8f7b
README
@@ -80,7 +80,7 @@ in the form of get(), opt(), and put() API methods.
80
Although 1.6 compatibility is currently supported, it is not a project goal and may be
81
removed in some future release.
82
83
-In compliance with RFC7169 page 10 section 9, the parser is more lax with what is valid
+In compliance with RFC7159 page 10 section 9, the parser is more lax with what is valid
84
JSON than the Generator. For Example, the tab character (U+0009) is allowed when reading
85
JSON Text strings, but when output by the Generator, tab is properly converted to \t in
86
the string. Other instances may occur where reading invalid JSON text does not cause an
0 commit comments