Reputation: 12184
What is the common way of accessing a web service and getting response JSON as Clojure maps ?
Do we have to use Java's java.net.URLConnection and Some JSON library like GSON ?
Is http-kit the most used library for this purpose, thats what I get via Google?
Upvotes: 1
Views: 855