Liking cljdoc? Tell your friends :D
Clojure only.

com.brunobonacci.mulog.common.json


from-jsonclj

(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
sourceraw docstring

to-jsonclj

(to-json m)

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close