Reading
10Reads the next object from stream, which must be an instance of java.io.PushbackReader or some derivee. stream defaul...
functionclojure.core
Reads the next object from stream, which must be an instance of java.io.PushbackReader or some derivee. stream defaul...
functionclojure.edn
Reads the first object from an IPushbackReader or a java.io.PushbackReader. Returns the object read. If EOF, throws i...
functionclojure.tools.reader
Reads the first object from an IPushbackReader or a java.io.PushbackReader. Returns the object read. If EOF, throws i...
functionclojure.tools.reader.edn
Reads a value from a reader. Throws a RuntimeException when the reader's InputStream is empty.
functioncognitect.transit
- function
clojure.core
Reads one object from the string s. Optionally include reader options, as specified in read. Note that read-string ...
functionclojure.core
Reads one object from the string s. Returns nil when s is nil or empty. Reads data in the edn format (subset of Cloju...
functionclojure.edn
- function
clojure.tools.reader
Reads one object from the string s. Returns nil when s is nil or empty. Reads data in the edn format (subset of C...
functionclojure.tools.reader.edn