I didn’t know you could write code in edn.
Infact, I’m pretty sure that’s not valid edn.
@neena Clojure S-expressions are valid EDN - they get parsed as lists.
e.g. (clojure.edn/read-string "(+ 10 20)")
(clojure.edn/read-string "(+ 10 20)")