Liking cljdoc? Tell your friends :D

pg.json

JSON read & write shortcuts.

JSON read & write shortcuts.
raw docstring

read-readerclj

(read-reader input)
(read-reader object-mapper input)

Parse JSON from a reader.

Parse JSON from a reader.
sourceraw docstring

read-streamclj

(read-stream input)
(read-stream object-mapper input)

Parse JSON from an input stream.

Parse JSON from an input stream.
sourceraw docstring

read-stringclj

(read-string input)
(read-string object-mapper input)

Parse JSON from a string.

Parse JSON from a string.
sourceraw docstring

write-streamclj

(write-stream value out)
(write-stream object-mapper value out)

Encode JSON into the OutputStream.

Encode JSON into the OutputStream.
sourceraw docstring

write-stringclj

(write-string value)
(write-string object-mapper value)

Encode JSON into a string.

Encode JSON into a string.
sourceraw docstring

write-writerclj

(write-writer value writer)
(write-writer object-mapper value writer)

Parse JSON from a Writer instance.

Parse JSON from a Writer instance.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close