Liking cljdoc? Tell your friends :D
All platforms.

exoscale.quali

Helper library for spec to encode and decode JSON objects based on specs

Helper library for spec to encode and decode JSON objects based on specs
raw docstring

decodeclj/s

(decode spec x)

Decode a Clojure data structure based on a spec. This is a no-op for most spec types instead of maps defined with s/keys. In the latter case, keys defined in the spec only are kept and translated to their expected shape.

Decode a Clojure data structure based on a spec. This is a
no-op for most spec types instead of maps defined with `s/keys`.
In the latter case, keys defined in the spec only are kept and
translated to their expected shape.
raw docstring

encodeclj/s

(encode m)

Encode a data structure for JSON serialization. All maps are translated to use unqualified snake case keys to provide optimum compatibility with standard practices

Encode a data structure for JSON serialization. All maps are
translated to use unqualified snake case keys to provide optimum
compatibility with standard practices
raw docstring

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

× close