Liking cljdoc? Tell your friends :D

tailrecursion.cljson


clj->cljsonclj/s

(clj->cljson v)

Convert clj data to JSON string.

Convert clj data to JSON string.
raw docstring

cljson->cljclj/s

(cljson->clj s)

Convert JSON string to clj data.

Convert JSON string to clj data.
raw docstring

date-formatclj


decodeclj/s

(decode v)

decode-taggedclj/s≠

clj
(decode-tagged [tag & val])
cljs
(decode-tagged o)

enc-collcljs

(enc-coll tag val)

encodeclj/s

(encode x)

EncodeTaggedclj/s≠protocol

cljs

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.

-encodeclj/s

(-encode o)
raw docstring

extends-protocolclj/smacro

(extends-protocol protocol & specs)

interpretclj/s≠

clj
(interpret printed)
cljs
(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.
raw docstring

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

× close