Re: JSON lib of choice?

2010-09-08 Thread Richard Newman
The c.c.json lib was rewritten in January by Stuart Sierra to incorporate the missing features present in Dan Larkin's lib, and make it faster. This was when it switched from c.c.j.read/write to c.c.json. I switched to c.c.json around that time, and I've been happy with it as a

Re: JSON lib of choice?

2010-09-07 Thread Michael Ossareh
On Mon, Sep 6, 2010 at 19:50, Wilson MacGyver wmacgy...@gmail.com wrote: I figure enough time has passed that I want to bring this up again. For JSON, are you using clojure.contrib.json or clj-json? Why? We use org.danlarkin.json, because it encodes and decodes (contrib.json didn't when we

JSON lib of choice?

2010-09-06 Thread Wilson MacGyver
I figure enough time has passed that I want to bring this up again. For JSON, are you using clojure.contrib.json or clj-json? Why? Thanks -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com

Re: JSON lib of choice?

2010-09-06 Thread Phil Hagelberg
We use org.danlarkin.json, and it's never let us down. -Phil On Sep 6, 2010 7:50 PM, Wilson MacGyver wmacgy...@gmail.com wrote: I figure enough time has passed that I want to bring this up again. For JSON, are you using clojure.contrib.json or clj-json? Why? Thanks -- You received this

Re: JSON lib of choice?

2010-09-06 Thread Meikel Brandmeyer
Hi, On 7 Sep., 04:50, Wilson MacGyver wmacgy...@gmail.com wrote: For JSON, are you using clojure.contrib.json or clj-json? Why? I use clj-json. Mainly because it is brought in by another dependency, anyway. There were some comparisons, which claimed it to be quite fast. But you know me: I'm an