eigengo / akka-patterns

Demonstration of the common Akka patterns
Apache License 2.0
558 stars 61 forks source link

spray-json #2

Closed fommil closed 11 years ago

fommil commented 11 years ago

Not a lot of code here, but a lot of thinking behind the change from lift-json to spray-json. The good news is that the JSON marshalling of case classes is much simpler. The bad news is that Future/Option chaining of marshalling is upsetting the implicit convertors and I've not quite cracked that one yet.