This: ```clojure (charred.api/write-json-str {{:a :b} {:c :d}}) ``` Results in this: ``` Execution error (CharredException) at charred.JSONWriter/writeMap (JSONWriter.java:189). JSON encoding error - Map keys must be strings ``` My expectation is that `{:a :b}` would be stringified. It's not immediately obvious to me how to work around this