(clj->cljson v)
Convert clj data to JSON string.
Convert clj data to JSON string.
(cljson->clj s)
Convert JSON string to clj data.
Convert JSON string to clj data.
(decode v)
(decode-tagged [tag & val])
(decode-tagged o)
(enc-coll tag val)
(encode x)
Encode a cljs thing o as a JS tagged literal of the form {tag: value}, where value is composed of JS objects that can be encoded as JSON.
Encode a cljs thing o as a JS tagged literal of the form {tag: value}, where value is composed of JS objects that can be encoded as JSON.
(-encode o)
(extends-protocol protocol & specs)
(interpret printed)
(interpret x)
Attempts to encode an object that does not satisfy EncodeTagged, but for which the printed representation contains a tag.
Attempts to encode an object that does not satisfy EncodeTagged, but for which the printed representation contains a tag.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close