clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
p-himik 2020-11-21T04:57:54.348500Z

At this point, it feels like just converting your JSON to CLJ "manually" (i.e. by copying the code of js->clj and altering it) would be better. It would be much simpler and wouldn't rely on some internal knowledge, which is exactly what "cljs$core$IEncodeClojure$" is.