encode
function
cheshire.core/encode
(encode [obj] [obj opt-map])Returns a JSON-encoding String for the given Clojure object. Takes an
optional date format string that Date objects will be encoded with.
The default date format (in UTC) is: yyyy-MM-dd'T'HH:mm:ss'Z'
Examples
No examples yet. Be the first to add one!