joker 2020-02-05

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.