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

Members list

Concise view

Type members

Classlikes

case object Arr extends JsonType[Arr]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror