How can I pretty print a PersistentHashMap in Clojure to a string?

后端 未结 4 1598
情歌与酒
情歌与酒 2021-02-03 20:43

How can I pretty print a PersistentHashMap in Clojure to a string? I am looking for something like:

(str (pprint {... hash map here...})

which

4条回答
提交回复
热议问题