Fork me on GitHub
#shadow-cljs
<
2021-01-31
>
Adam Helins09:01:37

All right, I guess it must be a very unusual request anyways

bendy12:01:16

Hello all - I have some edn files on my classpath. What is the best way to read the data structures for a browser application with shadow-cljs?

bendy12:01:27

ask a question an you find the answer 😂

(-> "path/to/edn" shadow.resource/inline clojure.reader/read-string)