Fork me on GitHub
#joker
<
2020-02-05
>
base69802:02:30

is there an edn parse? I have a string of edn and need to turn it into a datastructure i can map/get etc

Candid04:02:02

no, but (read-string) should do the trick for most cases.