(from-json s)
(from-json s {:keys [keywordize] :or {keywordize true}})
Parses a JSON encoded string s
into the representing data
Parses a JSON encoded string `s` into the representing data
(to-json m)
(to-json m {:keys [pretty?]})
It takes a map and return a JSON encoded string of the given map data.
It takes a map and return a JSON encoded string of the given map data.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close