Re: clojure.contrib.json.write.print-json type coverage

2010-03-23 Thread Stuart Sierra
Current version of clojure.contrib.json on the github master branch uses protocols, and should have better type coverage. -SS On Mar 22, 2:24 pm, Jieren Chen jieren.c...@gmail.com wrote: Hey everyone I've come across a few situations where the print-json multi-method does not cover certain

clojure.contrib.json.write.print-json type coverage

2010-03-22 Thread Jieren Chen
Hey everyone I've come across a few situations where the print-json multi-method does not cover certain types that may be desirable to have (ex. java.math.BigDecimal and java.util.Date) It's really easy to hack your way around this, but I was just wondering if there's any demand for a change to