Skip to content

Commit 9bd8813

Browse files
author
Amirouche
committed
spec: link to the latest JSON RFC, RFC8259.
ref: https://tools.ietf.org/html/rfc8259
1 parent 1bc8e16 commit 9bd8813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi-180.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 id="abstract">Abstract</h2>
6363
<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>
6464
<h2 id="rationale">Rationale</h2>
6565
<p><a href="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 <a href="https://tools.ietf.org/html/rfc7159">RFC7159</a>, and the tests are based on <a href="https://github.com/nst/JSONTestSuite/">JSONTestSuite</a>.</p>
66+
<p>For best interoperability, the sample implementation is based on <a href="https://tools.ietf.org/html/rfc8259">RFC8259</a>, and the tests are based on <a href="https://github.com/nst/JSONTestSuite/">JSONTestSuite</a>.</p>
6767
<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>
6868
<h2 id="specification">Specification</h2>
6969
<h3 id="json-error-obj-boolean"><code>(json-error? obj) → boolean</code></h3>

0 commit comments

Comments
 (0)