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.write-api.html | |
parent | abafa3e620677002c397303f5046aed926fe2202 (diff) |
Autodoc commit for master/18c87137, 1.1.x/d132c5f1
Diffstat (limited to 'branch-1.1.x/json.write-api.html')
-rw-r--r-- | branch-1.1.x/json.write-api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branch-1.1.x/json.write-api.html b/branch-1.1.x/json.write-api.html index 40ebff24..de6f6e2d 100644 --- a/branch-1.1.x/json.write-api.html +++ b/branch-1.1.x/json.write-api.html @@ -64,7 +64,7 @@ namespace. </div> <div id="content-tag"><h1 id="overview">API for <span id="namespace-name">json.write</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 @@ -92,7 +92,7 @@ Clojure sets are written as JSON arrays, which will be read back as Clojure vectors. If you want indented output, try the clojure-json library at -http://github.com/danlarkin/clojure-json +<a href="http://github.com/danlarkin/clojure-json">http://github.com/danlarkin/clojure-json</a> This implementation attempts to follow the description of JSON at <<a href="http://json.org/">http://json.org/</a>>. Maps become JSON objects, all other collections |