ring-clojure / ring-json

Ring middleware for handling JSON
313 stars 47 forks source link

Reduce the scope of the binding of bigdecimals #37

Closed beorc closed 9 years ago

beorc commented 9 years ago

Resolves #32

weavejester commented 9 years ago

Thanks for the patch. Can you add a small test to check the value of *use-bigdecimals* in the handler, and can you ensure that the commit message is in imperative tense (e.g. "Reduce" rather than "Reduced").

beorc commented 9 years ago

@weavejester I've added tests.

weavejester commented 9 years ago

Perfect, thanks.