Liking cljdoc? Tell your friends :D

pg.json

JSON read & write shortcuts.

JSON read & write shortcuts.
raw docstring

read-readerclj

(read-reader input)

Parse JSON from a reader.

Parse JSON from a reader.
sourceraw docstring

read-streamclj

(read-stream input)

Parse JSON from an input stream.

Parse JSON from an input stream.
sourceraw docstring

read-stringclj

(read-string input)

Parse JSON from a string.

Parse JSON from a string.
sourceraw docstring

write-streamclj

(write-stream value out)

Encode JSON into the OutputStream.

Encode JSON into the OutputStream.
sourceraw docstring

write-stringclj

(write-string value)

Encode JSON into a string.

Encode JSON into a string.
sourceraw docstring

write-writerclj

(write-writer 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