clojure.edn
R
Reads the first object from an cljs.tools.reader.reader-types/IPushbackReader. Returns the object read. If EOF, throws i...
function([reader] [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 Clojure...
function([s] [opts s])