Re: Bug with map keys containing quotes in clojure.contrib.json

2010-09-30 Thread Daniel Janus
On 30 Wrz, 20:46, Steve Purcell wrote: > You can file the bug as a support ticket without a CA here: > > http://www.assembla.com/spaces/clojure/support/tickets Thanks, I've reported it as a contrib support ticket. I wasn't aware of this functionality. Daniel -- You received this message becau

Re: Bug with map keys containing quotes in clojure.contrib.json

2010-09-30 Thread Steve Purcell
You can file the bug as a support ticket without a CA here: http://www.assembla.com/spaces/clojure/support/tickets -Steve Daniel Janus writes: > Hi, > > c.c.json/json-str seems to handle maps with keys containing quotes > incorrectly: > >> (println (json-str {"\"" 1})) > {""":1} > > ...while I

Re: Bug with map keys containing quotes in clojure.contrib.json

2010-09-30 Thread Daniel Janus
I forgot to add that this happens both with contrib 1.2.0 and 1.3- alpha1. Daniel -- 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 Note that posts from new members are moderated - please be

Bug with map keys containing quotes in clojure.contrib.json

2010-09-30 Thread Daniel Janus
Hi, c.c.json/json-str seems to handle maps with keys containing quotes incorrectly: > (println (json-str {"\"" 1})) {""":1} ...while I (and my parsers) would expect {"\"":1}. I'd much rather report this on Assembla than here, but I seem to be needing a CA to post a ticket there, and I'm in way