Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
Mix-in this trait to accumulate all errors during unmarshalling.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
The unmarshaller fails fast, throwing the first Error encountered.
To use automatic codec derivation import io.circe.generic.auto._.
Mix-in this trait to fail on the first error during unmarshalling.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
The unmarshaller accumulates all errors in the exception Errors.
To use automatic codec derivation, user needs to import io.circe.generic.auto._.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol.
The unmarshaller fails fast, throwing the first Error encountered.
To use automatic codec derivation, user needs to import io.circe.generic.auto._.
Automatic to and from JSON marshalling/unmarshalling using an in-scope circe protocol. The unmarshaller accumulates all errors in the exception
Errors.To use automatic codec derivation import
io.circe.generic.auto._.