diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-07-24 10:37:11 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-07-24 10:37:11 -0700 |
commit | 8092ec45d0a93bbd407d659bc41c7c24c9fa2d58 (patch) | |
tree | d14fab0b4ff985887de76d96e0423fc496edff4c /json.write-api.html | |
parent | 8620bcb15e5ba65147002e1ebbec0b4ce4592091 (diff) |
Manual (forced) documentation build for commit e20e8effe977640592b1f285d6c666492d74df00
Diffstat (limited to 'json.write-api.html')
-rw-r--r-- | json.write-api.html | 2 |
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 +<<a href="http://json.org/>">http://json.org/></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: |