Data readers for EDN readers. In CLJS they’re registered automatically. In CLJ, if data_readers.clj
do not work, you can always do
(clojure.edn/read-string {:readers data-readers} "...")
Data readers for EDN readers. In CLJS they’re registered automatically. In CLJ, if `data_readers.clj` do not work, you can always do ``` (clojure.edn/read-string {:readers data-readers} "...") ```
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |