Skip to content

Commit f838f04

Browse files
Add link to Json.org.
1 parent c2e12d8 commit f838f04

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
@@ -52,7 +52,7 @@ <h2 id="author">Author</h2>
5252
<h2 id="status">Status</h2>
5353
<p>Draft</p>
5454
<h2 id="abstract">Abstract</h2>
55-
<p>This library describes a JavaScript Object Notation (JSON) parser and printer. It does support to stream parse JSON that is possibly bigger than memory.</p>
55+
<p>This library describes a JavaScript Object Notation (<a href="https://www.json.org/">JSON</a>) parser and printer. It does support to stream parse JSON that is possibly bigger than memory.</p>
5656
<h2 id="rationale">Rationale</h2>
5757
<p>JSON is a defacto industry standard to exchange data.</p>
5858
<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>

0 commit comments

Comments
 (0)