clj-http 2019-12-27

@kaosko has joined the channel

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

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?

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

oh sorry, I'm confusing this with cheshire