Re: clj-http's json + enlive's selectors

2012-08-30 Thread Denis Labaye
On Tue, Aug 28, 2012 at 11:42 AM, Herwig Hochleitner hhochleit...@gmail.com wrote: 2012/8/27 Denis Labaye denis.lab...@gmail.com Fetch JSON with clj-http AND extract informations from it with enlive. Does anyone know what's the most straightforward way to do that? Enlive currently is

Re: clj-http's json + enlive's selectors

2012-08-28 Thread Herwig Hochleitner
2012/8/27 Denis Labaye denis.lab...@gmail.com Fetch JSON with clj-http AND extract informations from it with enlive. Does anyone know what's the most straightforward way to do that? Enlive currently is tied to selecting and transforming XML. I have a branch of enlive on my computer, on which

clj-http's json + enlive's selectors

2012-08-27 Thread Denis Labaye
Hi, I am happily using clj-http to fetch JSON from my REST URIs. And happily extracting data from XML using enlive. Now I would like to combine the two: Fetch JSON with clj-http AND extract informations from it with enlive. Does anyone know what's the most straightforward way to do that?