json-str
function
clojure.data.json/json-str
(json-str [x & options])DEPRECATED; replaced by 'write-str'.
Converts x to a JSON-formatted string.
Valid options are:
:escape-unicode false
to turn of \uXXXX escapes of Unicode characters.
Examples
No examples yet. Be the first to add one!