aboutsummaryrefslogtreecommitdiff
path: root/json-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2010-04-30 16:19:00 -0700
committerTom Faulhaber <git_net@infolace.com>2010-04-30 16:19:00 -0700
commit4a3f270f93c687ec29f9cdd178f22b9fd3d82e37 (patch)
treecbe8efecfd3a0aab290cb6b7c2eec2135385d52a /json-api.html
parentae92eda353beed7ff5ee07ea80491d7c7bca110c (diff)
Manual autodoc update (mostly whitespace diffs caused by new tags, not yet used).
Diffstat (limited to 'json-api.html')
-rw-r--r--json-api.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/json-api.html b/json-api.html
index 895f40e6..ec5ad248 100644
--- a/json-api.html
+++ b/json-api.html
@@ -79,6 +79,8 @@ by <span id="author">Stuart Sierra</span><br />
See http://www.json.org/
To write JSON, use json-str, write-json, or write-json.
To read JSON, use read-json.</pre>
+
+
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
@@ -89,7 +91,9 @@ To read JSON, use read-json.</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/1e3333335334139669fb1e859fb0c3cb77b968df/src/main/clojure/clojure/contrib/json.clj#L301" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -98,7 +102,9 @@ To read JSON, use read-json.</pre>
<pre id="var-usage">Usage: (pprint-json x)
</pre>
<pre id="var-docstr">Pretty-prints JSON representation of x to *out*</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/1e3333335334139669fb1e859fb0c3cb77b968df/src/main/clojure/clojure/contrib/json.clj#L338" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -107,7 +113,9 @@ To read JSON, use read-json.</pre>
<pre id="var-usage">Usage: (print-json x)
</pre>
<pre id="var-docstr">Write JSON-formatted output to *out*</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/1e3333335334139669fb1e859fb0c3cb77b968df/src/main/clojure/clojure/contrib/json.clj#L309" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -121,7 +129,9 @@ To read JSON, use read-json.</pre>
If keywordize? is true (default), object keys will be converted to
keywords. If eof-error? is true (default), empty input will throw
an EOFException; if false EOF will return eof-value. </pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/1e3333335334139669fb1e859fb0c3cb77b968df/src/main/clojure/clojure/contrib/json.clj#L189" id="var-source">Source</a>
+
+
+
</div>