Decoder_List

given Decoder_List[T]: Decoder[List[T]]

Value members

Concrete methods

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