summaryrefslogtreecommitdiff
path: root/json.write-api.html
diff options
context:
space:
mode:
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
-<http://json.org/>. 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: