I have a problem with default parameters and using Play Json Read. Here is my code:
case class Test(action: String, storeResult: Option[Boolean] = Some(tru
in Play 2.6 you can write simply:
Json.using[Json.WithDefaultValues].reads[Test]