dirac icon indicating copy to clipboard operation
dirac copied to clipboard

Add clojure.org/data.json, because cljs removed it

Open transducer opened this issue 3 years ago • 1 comments

The dependency org.clojure/data.json was removed from ClojureScript in version 1.11.51 of May 13th 2022. See release notes:

Vendorization of tools.reader, data.json, and transit-clj
(...) After conferring with the Clojure Team, we decided to vendorize all these dependencies. This way we can AOT everything and be confident that we won’t create a conflict that can’t easily be fixed via normal dependency management. (...) The dependance on data.json has been removed

This PR adds an explicit dependency on clojure.data.json.

Fixes #98

transducer avatar Aug 26 '22 16:08 transducer

This fix works for me. Thank you!

ashneo76 avatar Dec 26 '23 21:12 ashneo76