given_Decoder_Int

object given_Decoder_Int extends Decoder[Int]
trait Decoder[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

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