Liking cljdoc? Tell your friends :D

edd.json.core

JSON-related utilites transferred from the lambda.util namespace into a separate module.

The idea behind this is to not depend on the whole edd-core library when only JSON-related capabilities are required.

JSON-related utilites transferred from the
lambda.util namespace into a separate module.

The idea behind this is to not depend on the
whole edd-core library when only JSON-related
capabilities are required.
raw docstring

decode-json-specialclj

(decode-json-special v)

edd-core-moduleclj


json-mapperclj


to-ednclj

(to-edn src)

Read a source into a Clojure data structure. A source can be a string, a byte array, an input stream, a file and so on.

Read a source into a Clojure data structure.
A source can be a string, a byte array, an
input stream, a file and so on.
raw docstring

to-jsonclj

(to-json data)

Turn an arbitrary Clojure data structure into a JSON string.

Turn an arbitrary Clojure data structure into
a JSON string.
raw docstring

to-json-bytesclj

(to-json-bytes data)

Turn an arbitrary Clojure data structure into a byte array with a JSON payload (in UTF-8).

Turn an arbitrary Clojure data structure into
a byte array with a JSON payload (in UTF-8).
raw docstring

to-json-outclj

(to-json-out out data)

Write a value into an ouput that can be a file, an output stream, a writer, etc.

Write a value into an ouput that can be a file,
an output stream, a writer, etc.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close