Re: Bug with clojure.contrib.json

2012-01-04 Thread Sean Corfield
On Wed, Jan 4, 2012 at 6:01 AM, Stuart Sierra wrote: > Please check with the more recent clojure.data.json version 0.1.2 and let me > know if it displays the same bug: > http://search.maven.org/#artifactdetails|org.clojure|data.json|0.1.2|jar user> (require 'clojure.data.json) nil user> (def my-h

Re: Bug with clojure.contrib.json

2012-01-04 Thread Stuart Sierra
Please check with the more recent clojure.data.json version 0.1.2 and let me know if it displays the same bug: http://search.maven.org/#artifactdetails|org.clojure|data.json|0.1.2|jar -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups "Clojur

Bug with clojure.contrib.json

2012-01-04 Thread syou6162
Hi all, I'm using clojure.contrib.json library, and I might encounter a bug of this library. The bug occurs when I use json-str to a map which contains double quotation for a key part. I confirmed the above usign folowing codes (danlarkin's json library is my expected behavior): user=> user=> (u