Json.reads[Foo] does not validate that the input is an object by cchantep · Pull Request #6568 · playframework/playframework

Json.reads[Foo] with all optional parameters will not actually validate that the input is an object. Instead for non-object inputs it will assume all the optional parameters are not provided. Test ...