diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
commit | 8620bcb15e5ba65147002e1ebbec0b4ce4592091 (patch) | |
tree | 17d644396f2780a1c9cb317127e91b26364a3704 /json.write-api.html | |
parent | e9a3aad34261a09a4299b3aac1dde888862b6750 (diff) |
"Updated documentation for commit e20e8effe977640592b1f285d6c666492d74df00"
Diffstat (limited to 'json.write-api.html')
-rw-r--r-- | json.write-api.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json.write-api.html b/json.write-api.html index 8dfb5dd7..388f795e 100644 --- a/json.write-api.html +++ b/json.write-api.html @@ -47,7 +47,7 @@ namespace. <!-- Temporary disclaimer --> <div style="background-color: #FF0000; font-weight: bold;"> NOTE: These autogen pages are still under development. - Not all links work. Not all formatting in done. + Not all links work. Not all formatting is done. Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) with any questions. </div> @@ -112,7 +112,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> <pre id="var-usage">Usage: (json-str x) </pre> <pre id="var-docstr">Converts x to a JSON-formatted string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/json/write.clj#L138" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/json/write.clj#L138" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="json.write/print-json">print-json</h2> @@ -124,7 +124,7 @@ strings, without the leading colon. Maps become JSON objects, all other collection types become JSON arrays. Java arrays become JSON arrays. Unicode characters in strings are escaped as \uXXXX. Numbers print as with pr.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/json/write.clj#L50" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/json/write.clj#L50" id="var-source">Source</a> </div> |