diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-07-18 19:10:44 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-07-18 19:10:44 -0700 |
commit | 29b74eba51a7ee7faff2b54cd4322d422f0a36fe (patch) | |
tree | 086e61e81f3185a0c07a19545d1c19b2a6c6a1b4 /branch-1.1.x/json.read-api.html | |
parent | abafa3e620677002c397303f5046aed926fe2202 (diff) |
Autodoc commit for master/18c87137, 1.1.x/d132c5f1
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 |