Skip to content

Commit

Permalink
add project members to html-page
Browse files Browse the repository at this point in the history
Ignore-this: 3d22ea621d68d90bb61c13daee5bac7a

darcs-hash:20121015161203-2eda4-7b624a7b7040412f928ed8b1fa61406a43ccb9af.gz
  • Loading branch information
henrik committed Oct 15, 2012
1 parent 3f2c654 commit 9c40093
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/cl-json.html
Expand Up @@ -169,6 +169,10 @@ <h3>Status</h3>
<p>One known bug (see testmisc.lisp (test json-bind-in-bind-bug)).</p>
<p>A bit faster decoder performance in 0.3 version, a darcs repo is available (<a href="http://common-lisp.net/project/cl-json/darcs/cl-json-03-branch" title="Premature optimization is the root of all evil">old version</a>).</p>

<h3>Project members</h3>
<!--#include virtual="../../pprinted-project-members/<project> -->


<h2 class="section"><a name="USER-GUIDE"></a> User Guide </h2>


Expand All @@ -177,6 +181,7 @@ <h3 class="section"><a name="DEFAULT-OPERATION"></a> The default encoder / decod
<p>The basic functionality is provided by the two functions <code class="api-name">encode-json</code> and <code class="api-name">decode-json</code> (all Lisp names in this Manual <!-- except those in the section <a href="#JSON-RPC"><cite>JSON-RPC</cite></a> --> are available in the package <code class="api-name">JSON</code>). Under the default semantics they implement the following mapping between Lisp and JSON values:</p>



<table class="json-lisp-mapping">
<tr><th>Lisp</th><th class="map"></th>
<th>JSON<span class="cc"><br/>
Expand Down

0 comments on commit 9c40093

Please sign in to comment.