Decoder

trait Decoder[T] extends ProductDecoder
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(data: Json): Either[DecodeException, T]