JsonType

zio.json.ast.JsonType
See theJsonType companion trait
object JsonType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
JsonType.type

Members list

Type members

Classlikes

case object Arr extends JsonType[Arr]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonType[Arr]
class Object
trait Matchable
class Any
Show all
Self type
Arr.type
case object Bool extends JsonType[Bool]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonType[Bool]
class Object
trait Matchable
class Any
Show all
Self type
Bool.type
case object Null extends JsonType[Null]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonType[Null]
class Object
trait Matchable
class Any
Show all
Self type
Null.type
case object Num extends JsonType[Num]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonType[Num]
class Object
trait Matchable
class Any
Show all
Self type
Num.type
case object Obj extends JsonType[Obj]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonType[Obj]
class Object
trait Matchable
class Any
Show all
Self type
Obj.type
case object Str extends JsonType[Str]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonType[Str]
class Object
trait Matchable
class Any
Show all
Self type
Str.type

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