0
I’m getting a json in key :body of the answer using a request clj-http. How to transform this json in map?
0
I’m getting a json in key :body of the answer using a request clj-http. How to transform this json in map?
0
Opa, I solved here, I used the :key-fn function, as below:
(json/read-str (return :body)
:key-fn keyword)
Browser other questions tagged json clojure
You are not signed in. Login or sign up in order to post.