(defmethod convert [:edn-string :clojure] [_ str] (clojure.edn/read-string str)) (require 'clojure.data.json) (defmethod convert [:clojure :json] [_ thing] ...
確定! 回上一頁