aboutsummaryrefslogtreecommitdiff
path: root/json.write-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'json.write-api.html')
-rw-r--r--json.write-api.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/json.write-api.html b/json.write-api.html
index aed1da11..4219686b 100644
--- a/json.write-api.html
+++ b/json.write-api.html
@@ -27,7 +27,7 @@ namespace.
<a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
<h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1>
</div>
- <div id="leftcolumn"><div><div style="text-align: center;"></div>
+ <div id="leftcolumn"><div style="text-align: center;"></div>
<div class="menu">
<div class="WikiCustomNav WikiElement wiki">
<a class="wiki_link" href="index.html">Overview</a><br />
@@ -38,12 +38,12 @@ namespace.
</ul>
</div>
</div>
-</div></div>
+</div>
<div id="rightcolumn">
<div id="Content">
<div class="contentBox"><div class="innerContentBox">
<div id="content_view" class="wiki wikiPage">
- <div id="right-sidebar"><div><div id="toc">
+ <div id="right-sidebar"><div id="toc">
<h1 class="nopad">Table of Contents</h1>
<div style="margin-left: 1em;" class="toc-section">
<a href="#toc0">Overview</a>
@@ -55,8 +55,8 @@ namespace.
<br />
</div>
</div>
-</div></div>
- <div id="content-tag"><div><h1 id="overview">API for <span id="namespace-name">json.write</span></h1>
+</div>
+ <div id="content-tag"><h1 id="overview">API for <span id="namespace-name">json.write</span></h1>
by <span id="author">Stuart Sierra</span><br />
<br />Usage:
<pre>
@@ -88,7 +88,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
-&lt;<a href="http://json.org/&gt;">http://json.org/&gt;</a>. Maps become JSON objects, all other collections
+&lt;<a href="http://json.org/">http://json.org/</a>&gt;. 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:
@@ -122,7 +122,7 @@ Numbers print as with pr.</pre>
</div>
-</div></div>
+</div>
</div>
</div>
</div>