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
@@ -52,7 +52,7 @@ <h2 id="author">Author</h2>
52
52
<h2id="status">Status</h2>
53
53
<p>Draft</p>
54
54
<h2id="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 (<ahref="https://www.json.org/">JSON</a>) parser and printer. It does support to stream parse JSON that is possibly bigger than memory.</p>
56
56
<h2id="rationale">Rationale</h2>
57
57
<p>JSON is a defacto industry standard to exchange data.</p>
58
58
<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>
0 commit comments