is there an edn parse? I have a string of edn and need to turn it into a datastructure i can map/get etc
no, but (read-string) should do the trick for most cases.
(read-string)