diff options
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 |