Skip to content

Instantly share code, notes, and snippets.

@neenaoffline
Forked from anonymous/trial.clj
Last active January 13, 2016 20:37
Show Gist options
  • Save neenaoffline/9ec61bfc68da051a7fdc to your computer and use it in GitHub Desktop.
Save neenaoffline/9ec61bfc68da051a7fdc to your computer and use it in GitHub Desktop.
(defn trial []
(->> (cheshire/parse-string (:body (lf/get-restaurants)) true)
:restaurants
(reduce (fn [acc {:keys [name]}] (conj name)) [])
(res/response)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment