Don't know about cheshire, but the newest version of clojure.data.json has a :escape-slash option which does the trick.
On Saturday, February 9, 2013 12:18:50 AM UTC+1, Jonathon McKitrick wrote: > > I'm generating JSON for salesforce/apex consumption, and apparently Apex > does not like correctly escaped JSON with backslashes. But Cheshire (the > JSON library I'm using) does not seem to have an option to generate JSON > without escaped content. > > Is there a simple way to solve this problem? I'm sure it's a simple one, > but I'm new to clojure, and I'm short on time to solve the issue. > > thanks! > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
