Liking cljdoc? Tell your friends :D

missinterpret.edn-io.edn


readclj

(read in & {:keys [throw-on-error]})

Reads edn data from:

  • String
  • Input stream or anything that can be converted to an input stream
  • Map argument with keys: data, input-stream If the data argument is passed, the function passes it through.
Reads edn data from:

- String
- Input stream or anything that can be converted to an input stream
- Map argument with keys: data, input-stream
  If the data argument is passed, the function passes it through.
raw docstring

read-input-streamclj

(read-input-stream i throw-on-error)

Reads and parses edn data via an input stream. If argument is not already a stream, converts.

Reads and parses edn data via an input stream. If argument
is not already a stream, converts.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close