Num

zio.json.ast.Json$.Num$
See theNum companion class
object Num

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Num.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(value: Byte): Num
def apply(value: Short): Num
def apply(value: Int): Num
def apply(value: Long): Num
def apply(value: BigDecimal): Num
def apply(value: Float): Num
def apply(value: Double): Num

Implicits

Implicits

implicit val decoder: JsonDecoder[Num]
implicit val encoder: JsonEncoder[Num]