print-json
function
clojure.data.json/print-json
(print-json [x & options])DEPRECATED; replaced by 'write' to *out*.
Write JSON-formatted output 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!