JSON read & write shortcuts.
JSON read & write shortcuts.
(read-reader input)
Parse JSON from a reader.
Parse JSON from a reader.
(read-stream input)
Parse JSON from an input stream.
Parse JSON from an input stream.
(read-string input)
Parse JSON from a string.
Parse JSON from a string.
(write-stream value out)
Encode JSON into the OutputStream.
Encode JSON into the OutputStream.
(write-string value)
Encode JSON into a string.
Encode JSON into a string.
(write-writer value writer)
Parse JSON from a Writer instance.
Parse JSON from a Writer instance.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close