Skip to main content

read-string

functionv1.0

clojure.core/read-string

Available in:BBCLJ
(read-string [s] [opts s])
Reads one object from the string s. Optionally include reader options, as specified in read. Note that read-string can execute code (controlled by *read-eval*), and as such should be used only with trusted sources. For data structure interop use clojure.edn/read-string

No examples yet. Be the first to add one!

Categories