Packages

object JsonType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Arr extends JsonType[Arr] with Product with Serializable
  2. case object Bool extends JsonType[Bool] with Product with Serializable
  3. case object Null extends JsonType[Null] with Product with Serializable
  4. case object Num extends JsonType[Num] with Product with Serializable
  5. case object Obj extends JsonType[Obj] with Product with Serializable
  6. case object Str extends JsonType[Str] with Product with Serializable