ring-clojure / ring-json

Ring middleware for handling JSON
313 stars 47 forks source link

Is there a way to add custom encoders? #29

Closed qfz closed 9 years ago

qfz commented 10 years ago

Is there a way to tell wrap-json-response to use custom encoders? I didn't see any option for custom encoders, and wonder if people have workarounds?

Cheers qfz

bstitt79 commented 9 years ago

I'm curious too. Any info on this?

weavejester commented 9 years ago

It uses Cheshire underneath, which does support custom encoders.