Skip to main content

pprint

function

clojure.data.json/pprint

(pprint [x & {:as options}])
Pretty-prints JSON representation of x to *out*. Options are the same as for write except :value-fn and :indent, which are not supported.

No examples yet. Be the first to add one!

Categories