aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/json/read.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/json/read.clj')
-rw-r--r--src/clojure/contrib/json/read.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clojure/contrib/json/read.clj b/src/clojure/contrib/json/read.clj
index d652106e..25fcf074 100644
--- a/src/clojure/contrib/json/read.clj
+++ b/src/clojure/contrib/json/read.clj
@@ -53,8 +53,8 @@
(declare read-json)
(def #^{:doc "If true, JSON object keys will be converted to keywords
- instead of strings. Defaults to false. There are no checks that the strings form valid
- keywords."} *json-keyword-keys* false)
+ instead of strings. Defaults to false. There are no checks that
+ the strings form valid keywords."} *json-keyword-keys* false)
(defn- read-json-array [#^PushbackReader stream]
;; Expects to be called with the head of the stream AFTER the