Skip to content

Commit

Permalink
Finalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgleckler committed Jul 1, 2020
1 parent c8b5175 commit e91e310
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: [[https://srfi.schemers.org/?keywords=i/o][I/O]]

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

This SRFI is in /draft/ status.
This SRFI is in /final/ status.

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

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1>SRFI 180: JSON</h1>
<p class="authors">by Amirouche Boubekki</p>
<p class="based-on"></p>
<p class="status">status: <em>draft</em> (2020-01-18)</p>
<p class="status">status: <em>final</em> (2020-07-01)</p>
<p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=i/o">I/O</a></p>

<ul class="info">
Expand Down
4 changes: 2 additions & 2 deletions srfi-180.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
<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>
<p id="author">by Amirouche Boubekki</p>
<h2 id="status">Status</h2>
<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>
<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>
<ul>
<li>Received: 2020-01-17</li>
<li>60-day deadline: 2020-03-18</li>
<li>Draft #1 published: 2020-01-17</li>
<li>Draft #2 published: 2020-03-02</li>
<li>Draft #3 published: 2020-06-20</li>
<li>Finalized: 2020-07-01</li>
</ul>
<h2 id="abstract">Abstract</h2>
<p>This library describes a JavaScript Object Notation (JSON) parser and printer. It supports JSON that may be bigger than memory.</p>
Expand Down

0 comments on commit e91e310

Please sign in to comment.