TaggedJson

object TaggedJson
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object EndArrayElement extends TaggedJson
case object EndObjectValue extends TaggedJson
case class Raw(token: Token) extends TaggedJson
case class StartArrayElement(idx: Int) extends TaggedJson
case class StartObjectValue(name: String) extends TaggedJson

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror