Sorry, I can't accept any patch that modifies behavior globally. What happens when two different libraries try to parse JSON with different deserializers?
The only thing I would consider is a function that is passed into read- json and invoked in read-json-object. But even that seems like adding unnecessary complication to the library. -S On Aug 25, 12:35 pm, Stuart Sierra <[email protected]> wrote: > Thanks, I'll give it a try. > > On Aug 25, 12:00 pm, Dmitri <[email protected]> wrote: > > I posted the complete file on github herehttp://gist.github.com/549771 -- 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
