Liking cljdoc? Tell your friends :D

omega-red.codec


deserializeclj

(deserialize res)
source

serializeclj

(serialize thing)
source

serialize-keyclj

(serialize-key args)

Simplifies dealing with composite keys - rather than stitching them by hand using str, it supports transparently converting a vec of strings/keywords into : delimited string. NOTE: nil values will be omitted, but the vec cannot be empty!

Simplifies dealing with composite keys - rather than stitching them by hand
using `str`, it supports transparently converting a vec of strings/keywords into
`:` delimited string.
NOTE: `nil` values will be omitted, but the vec cannot be empty!
sourceraw docstring

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

× close