pprint-json
function
clojure.data.json/pprint-json
(pprint-json [x & options])DEPRECATED; replaced by 'pprint'.
Pretty-prints JSON representation of x to *out*.
Valid options are:
:escape-unicode false
to turn off \uXXXX escapes of Unicode characters.
Examples
No examples yet. Be the first to add one!