Public Vars

Back

read-string (clj)

(source)

function

(read-string s) (read-string 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

Examples