Liking cljdoc? Tell your friends :D

jackdaw.serdes.json

Implements a JSON SerDes (Serializer/Deserializer).

Implements a JSON SerDes (Serializer/Deserializer).
raw docstring

deserializerclj

(deserializer)

Returns a JSON deserializer.

Returns a JSON deserializer.
sourceraw docstring

from-bytesclj

(from-bytes data)

Converts a byte array to a string.

Converts a byte array to a string.
sourceraw docstring

serdeclj

(serde)

Returns a JSON serde.

Returns a JSON serde.
sourceraw docstring

serializerclj

(serializer)

Returns a JSON serializer.

Returns a JSON serializer.
sourceraw docstring

to-bytesclj

(to-bytes data)

Converts a string to a byte array.

Converts a string to a byte array.
sourceraw docstring

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

× close