clj-http

kaosko 2019-12-27T17:19:35.013800Z

uh, how do I configure clj-http to keywordize my response json?

kaosko 2019-12-27T17:21:19.014900Z

If I specify e.g.

:as :transit+json
I get a nice map but strings as keys. obviously I can keywordize-keys but is there a config item to get the result keywordized?

borkdude 2019-12-27T18:41:13.015400Z

@kaosko I believe this is the :keywordize option which can be either a boolean or function

borkdude 2019-12-27T18:41:29.015700Z

oh sorry, I'm confusing this with cheshire