clojure.tools.reader.edn
R
Reads the first object from an IPushbackReader or a java.io.PushbackReader. Returns the object read. If EOF, throws i...
function([] [reader] [{:keys [eof], :as opts} reader] [reader eof-error? eof opts])
Reads one object from the string s. Returns nil when s is nil or empty. Reads data in the edn format (subset of C...
function([s] [opts s])