JSON read & write shortcuts.
JSON read & write shortcuts.
(read-reader input)(read-reader object-mapper input)Parse JSON from a reader.
Parse JSON from a reader.
(read-stream input)(read-stream object-mapper input)Parse JSON from an input stream.
Parse JSON from an input stream.
(read-string input)(read-string object-mapper input)Parse JSON from a string.
Parse JSON from a string.
(write-stream value out)(write-stream object-mapper value out)Encode JSON into the OutputStream.
Encode JSON into the OutputStream.
(write-string value)(write-string object-mapper value)Encode JSON into a string.
Encode JSON into a string.
(write-writer value writer)(write-writer object-mapper value writer)Parse JSON from a Writer instance.
Parse JSON from a Writer instance.
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 |