aboutsummaryrefslogtreecommitdiff
path: root/json.write-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
commit332c0a75ad36864f310d2b1ea8d15c853ce4af93 (patch)
tree7f6f0b98189a0b1f8125d0ba499857f12b0b3128 /json.write-api.html
parent7e719dcae18c72eac61bd526f7222e3beaf6ecf6 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'json.write-api.html')
-rw-r--r--json.write-api.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/json.write-api.html b/json.write-api.html
index aed1da11..c59e9773 100644
--- a/json.write-api.html
+++ b/json.write-api.html
@@ -105,7 +105,8 @@ 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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L138" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/write.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/json/write.clj#L138" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -118,7 +119,8 @@ 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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/json/write.clj#L50" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/json/write.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/json/write.clj#L50" id="var-source">Source</a>
</div>