(use 'clojure.java.io) > (with-open [wrtr (writer "/tmp/test.json")] (.write wrtr (json/write-str {:key1 "val1" :key2 "val2"}))).
確定! 回上一頁