On Tue, Jul 14, 2015 at 10:46 PM, Joe Stein <joe.st...@stealth.ly> wrote:
> Fasterxml/Jackson +1 to that. The scala databinds to case classes are gr8. > To be clear, case classes support would require the Scala module for Jackson and the Scala versions headache that goes with it (2.9 support is likely to be an issue, for example). Also, spray-json supports case classes mapping and does it in a safer way (compile-time errors if the case class contains fields that can't be mapped). Ismael