Skip to content

Commit ab13445

Browse files
committed
Merge branch 'master' of github.com:clojure/data.json
2 parents ed34298 + d51234e commit ab13445

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/clojure/clojure/data/json.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@
753753
:else (pprint-generic x options)))
754754

755755
(defn pprint
756-
"Pretty-prints JSON representation of x to *out*. Options are the
757-
same as for write except :value-fn, which is not supported."
756+
"Pretty-prints JSON representation of x to *out*. Options are the same
757+
as for write except :value-fn and :indent, which are not supported."
758758
[x & {:as options}]
759759
(let [opts (merge default-write-options options)]
760760
(pprint/with-pprint-dispatch #(pprint-dispatch % opts)
@@ -825,4 +825,4 @@
825825
:escape-unicode false
826826
to turn off \\uXXXX escapes of Unicode characters."
827827
[x & options]
828-
(apply pprint x options))
828+
(apply pprint x options))

0 commit comments

Comments
 (0)