Enums now return DecodeFailures
Enums now return DecodeFailure rather than throwing Exceptions. This makes it easier to chain them (i.e. json.as[MyEnum] orElse json.as[String]
)
Enums now return DecodeFailure rather than throwing Exceptions. This makes it easier to chain them (i.e. json.as[MyEnum] orElse json.as[String]
)