diff options
Diffstat (limited to 'branch-1.1.x/json.read-api.html')
-rw-r--r-- | branch-1.1.x/json.read-api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branch-1.1.x/json.read-api.html b/branch-1.1.x/json.read-api.html index 313ecdac..948c6742 100644 --- a/branch-1.1.x/json.read-api.html +++ b/branch-1.1.x/json.read-api.html @@ -64,7 +64,7 @@ namespace. </div> <div id="content-tag"><h1 id="overview">API for <span id="namespace-name">json.read</span> <span id="branch-name">(1.1.x branch)</span></h1> -by <span id="author">Stuart Sierra</span><br /> +<span id="author-line">by <span id="author-name">Stuart Sierra</span><br /></span> <br />Usage: <pre> (ns your-namespace @@ -73,7 +73,7 @@ by <span id="author">Stuart Sierra</span><br /> </pre><h2>Overview</h2> <pre id="namespace-docstr">JavaScript Object Notation (JSON) parser -For more information on JSON, see http://www.json.org/ +For more information on JSON, see <a href="http://www.json.org/">http://www.json.org/</a> This library parses data in JSON format. This is a fairly strict implementation of JSON as described at json.org, not a full-fledged |