Skip to content

Commit e91e310

Browse files
Finalize.
1 parent c8b5175 commit e91e310

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: [[https://srfi.schemers.org/?keywords=i/o][I/O]]
88

99
This repository hosts [[https://srfi.schemers.org/srfi-180/][SRFI 180]]: JSON, a [[https://srfi.schemers.org/][Scheme Request for Implementation]].
1010

11-
This SRFI is in /draft/ status.
11+
This SRFI is in /final/ status.
1212

1313
The full documentation for this SRFI can be found in the [[https://srfi.schemers.org/srfi-180/srfi-180.html][SRFI Document]].
1414

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<h1>SRFI 180: JSON</h1>
2323
<p class="authors">by Amirouche Boubekki</p>
2424
<p class="based-on"></p>
25-
<p class="status">status: <em>draft</em> (2020-01-18)</p>
25+
<p class="status">status: <em>final</em> (2020-07-01)</p>
2626
<p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=i/o">I/O</a></p>
2727

2828
<ul class="info">

srfi-180.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
<h1 id="title"><a href="https://srfi.schemers.org/"><img class="srfi-logo" src="https://srfi.schemers.org/srfi-logo.svg" alt="SRFI logo" /></a>180: JSON</h1>
5151
<p id="author">by Amirouche Boubekki</p>
5252
<h2 id="status">Status</h2>
53-
<p>This SRFI is currently in <em>draft</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+180+at+srfi+dotschemers+dot+org">srfi-180@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-180">archive</a>.</p>
53+
<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+180+at+srfi+dotschemers+dot+org">srfi-180@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-180">archive</a>.</p>
5454
<ul>
5555
<li>Received: 2020-01-17</li>
56-
<li>60-day deadline: 2020-03-18</li>
5756
<li>Draft #1 published: 2020-01-17</li>
5857
<li>Draft #2 published: 2020-03-02</li>
5958
<li>Draft #3 published: 2020-06-20</li>
59+
<li>Finalized: 2020-07-01</li>
6060
</ul>
6161
<h2 id="abstract">Abstract</h2>
6262
<p>This library describes a JavaScript Object Notation (JSON) parser and printer. It supports JSON that may be bigger than memory.</p>

0 commit comments

Comments
 (0)