This commit is contained in:
Michiel Borkent 2020-04-25 11:31:17 +02:00
parent 7fc33dcb21
commit 411e338a18

View file

@ -4,7 +4,7 @@
[sci.impl.namespaces :refer [copy-var]]
[sci.impl.vars :as vars]))
(def tns (vars/->SciNamespace 'clojure.data.xml nil))
(def tns (vars/->SciNamespace 'cheshire.core nil))
(def cheshire-core-namespace
{'encode (copy-var json/encode tns)