Skip to main content

read-string

function

clojure.tools.reader.edn/read-string

Available in:BBCLJ
(read-string [s] [opts s])
Reads one object from the string s. Returns nil when s is nil or empty. Reads data in the edn format (subset of Clojure data): http://edn-format.org opts is a map as per clojure.tools.reader.edn/read

No examples yet. Be the first to add one!

Categories