Liking cljdoc? Tell your friends :D

cambium.codec


destringify-valclj

(destringify-val x)

Arity-1 fn to convert MDC string back to original value. This codec decodes the string using Cheshire, falling back to returning the original string on parsing error.

Arity-1 fn to convert MDC string back to original value. This codec decodes the string using Cheshire, falling back
to returning the original string on parsing error.
sourceraw docstring

nested-nav?clj

Boolean value - whether this codec supports nested (navigation of) log attributes. This codec sets it to true.

Boolean value - whether this codec supports nested (navigation of) log attributes. This codec sets it to true.
sourceraw docstring

stringify-keyclj

(stringify-key x)

Arity-1 fn to convert MDC key into a string. This codec carries out a plain string conversion.

Arity-1 fn to convert MDC key into a string. This codec carries out a plain string conversion.
sourceraw docstring

stringify-valclj

(stringify-val x)

Arity-1 fn to convert MDC value into a string. This codec encodes the value using Cheshire, falling back to simple string conversion on encoding error.

Arity-1 fn to convert MDC value into a string. This codec encodes the value using Cheshire, falling back to simple
string conversion on encoding error.
sourceraw docstring

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

× close