(ns example (:require [clojure.data.json :as json])). To convert to/from JSON strings, use json/write-str and json/read-str : (json/write-str {:a 1 :b 2}) ...
確定! 回上一頁