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]].
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.
(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).
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |