Liking cljdoc? Tell your friends :D

io.pedestal.json

Abstraction around JSON parsing and printing.

The functions here are wrappers around the protocol methods of [[JSONProcessor]].

Abstraction around JSON parsing and printing.

The functions here are wrappers around the protocol methods of [[JSONProcessor]].
raw docstring

*json-processor*clj

The default [[JSONProcessor]], used when reading or outputting JSON.

The configuration default uses the charred library.

The default [[JSONProcessor]], used when reading or outputting JSON.  

The configuration default uses the charred library.
sourceraw docstring

read-jsonclj

(read-json reader options)
(read-json processor reader options)

Read JSON from a java.io.Reader, with options (as defined by the protocol).

Read JSON from a java.io.Reader, with options (as defined by the protocol).
sourceraw docstring

stream-jsonclj

(stream-json object stream)
(stream-json processor object stream)

Writes JSON to the output stream. Returns the output stream, which will still be open.

Writes JSON to the output stream.  Returns the output stream, which will still be open.
sourceraw 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