Play2 includes Jerkson which is a Scala wrapper for the Java based JSON library Jackson.
It's very useful and I'm loving it. However when we use it in the Play2 application, it fails to deserialize case classes after reloading in development mode. See the following code:
import com.codahale.jerkson.Json