ClojureDocs

Nav

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

read-string

clojure.edn

Available since 1.5 (source)
  • (read-string s)
  • (read-string 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.edn/read