`;; [cheshire "5.10.1"] in project` `;; [cheshire.core :as json] in require` `;; copied from the github page exmaple` `(json/generate-string {:foo "bar"} {:key-fn (fn [k] (.toUpperCase (name k)))})` `=> "{\"foo\":\"bar\"}"`