Liking cljdoc? Tell your friends :D

com.brunobonacci.mulog.common.json


default-mapper-optionsclj

source

encodersclj

source

from-jsonclj

(from-json s)
(from-json s {:keys [keywordize]})

Parses a JSON encoded string s into the representing data

Parses a JSON encoded string `s` into the representing data
sourceraw docstring

pretty-mapperclj

source

to-jsonclj

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

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

× close