I'm getting a json
in the key :body
of the response using a request clj-http
. How to make this json
into map?
I'm getting a json
in the key :body
of the response using a request clj-http
. How to make this json
into map?
Oops, I've decided here, I used the function: key-fn, as below:
(json/read-str (return :body)
:key-fn keyword)