You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: srfi-180.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ <h2 id="abstract">Abstract</h2>
63
63
<p>This library describes a JavaScript Object Notation (JSON) parser and printer. It supports streaming parses of JSON that may be bigger than memory.</p>
64
64
<h2id="rationale">Rationale</h2>
65
65
<p><ahref="https://www.json.org/">JSON</a> is a <i>de facto</i> industry standard for data exchange.</p>
66
-
<p>For best interoperability, the sample implementation is based on <ahref="https://tools.ietf.org/html/rfc7159">RFC7159</a>, and the tests are based on <ahref="https://github.com/nst/JSONTestSuite/">JSONTestSuite</a>.</p>
66
+
<p>For best interoperability, the sample implementation is based on <ahref="https://tools.ietf.org/html/rfc8259">RFC8259</a>, and the tests are based on <ahref="https://github.com/nst/JSONTestSuite/">JSONTestSuite</a>.</p>
67
67
<p>The mapping between JSON types and Scheme objects is not trivial because a given mapping might not be the best for every situation. That is one of the reasons that this library exposes a stream reader, which allows users to specify the Scheme representation and have efficient code.</p>
0 commit comments