DownField

zio.json.ast.JsonCursor$.DownField
final case class DownField(parent: JsonCursor[_, Obj], name: String) extends JsonCursor[Obj, Json]

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def >>>[Next <: Json](that: JsonCursor[Json, Next]): JsonCursor[From, Next]

Attributes

Inherited from:
JsonCursor
final def element(index: Int)(implicit ev: Json <:< Arr): DownElement

Attributes

Inherited from:
JsonCursor
final def field(field: String)(implicit ev: Json <:< Obj): DownField

Attributes

Inherited from:
JsonCursor
final def filterType[B <: Json](jsonType: JsonType[B]): JsonCursor[Json, B]

Attributes

Inherited from:
JsonCursor
final def isArray: JsonCursor[Json, Arr]

Attributes

Inherited from:
JsonCursor
final def isBool: JsonCursor[Json, Bool]

Attributes

Inherited from:
JsonCursor
final def isNull: JsonCursor[Json, Null]

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product