Skip to content

Instantly share code, notes, and snippets.

@devstopfix
Created December 17, 2016 15:12
Show Gist options
  • Select an option

  • Save devstopfix/6ed1179992a64948503cf0ca3b7484e7 to your computer and use it in GitHub Desktop.

Select an option

Save devstopfix/6ed1179992a64948503cf0ca3b7484e7 to your computer and use it in GitHub Desktop.
ClojureScript/Planck HTTP GET as json
(require 'goog.json)
(->
(get "https://www.reddit.com/r/clojure/top/.json?count=20")
(:body)
(goog.json/parse)
(js->clj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment