JsonContext

fs2.data.json.JsonContext$
See theJsonContext companion trait
object JsonContext

Attributes

Companion
trait
Source
JsonContext.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Index(idx: Long, parent: JsonContext) extends JsonContext

Attributes

Source
JsonContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JsonContext
class Object
trait Matchable
class Any
Show all
object JsonContextShow extends Show[JsonContext]

Attributes

Source
JsonContext.scala
Supertypes
trait Show[JsonContext]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
case class Key(name: String, parent: JsonContext) extends JsonContext

Attributes

Source
JsonContext.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait JsonContext
class Object
trait Matchable
class Any
Show all
case object Root extends JsonContext

Attributes

Source
JsonContext.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsonContext
class Object
trait Matchable
class Any
Show all
Self type
Root.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala