summaryrefslogtreecommitdiff
path: root/json.write-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-07-24 10:37:11 -0700
committerTom Faulhaber <git_net@infolace.com>2009-07-24 10:37:11 -0700
commit8092ec45d0a93bbd407d659bc41c7c24c9fa2d58 (patch)
treed14fab0b4ff985887de76d96e0423fc496edff4c /json.write-api.html
parent8620bcb15e5ba65147002e1ebbec0b4ce4592091 (diff)
Manual (forced) documentation build for commit e20e8effe977640592b1f285d6c666492d74df00
Diffstat (limited to 'json.write-api.html')
-rw-r--r--json.write-api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.write-api.html b/json.write-api.html
index 388f795e..bfa0c543 100644
--- a/json.write-api.html
+++ b/json.write-api.html
@@ -96,7 +96,7 @@ If you want indented output, try the clojure-json library at
http://github.com/danlarkin/clojure-json
This implementation attempts to follow the description of JSON at
-&lt;http://json.org/&gt;. Maps become JSON objects, all other collections
+&lt;<a href="http://json.org/&gt;">http://json.org/&gt;</a>. Maps become JSON objects, all other collections
become JSON arrays. JSON object keys are always converted to strings.
Within strings, all non-ASCII characters are hexadecimal escaped.</pre>
<span id="see-also">See also: