spray-json
spray-json copied to clipboard
Support for the Number type
Jackson allows you to marshal and unmarshal the Number type, while Spray JSON doesn't.
I recently came across the same stuff using Spray. Got a PR that works at least for my cases: https://github.com/spray/spray-json/pull/242