CursorScalazs

class Object
trait Matchable
class Any
object ArgonautScalaz.type
object CursorScalaz.type

Value members

Concrete fields

val focusL: Lens[Cursor, Json]

A lens of a cursor's focus.

A lens of a cursor's focus.

Source:
CursorScalaz.scala
val leftL: PLens[Cursor, Json]

A partial lens of the left of a cursor at a JSON array.

A partial lens of the left of a cursor at a JSON array.

Source:
CursorScalaz.scala
val leftsL: PLens[Cursor, JsonArray]

A partial lens of the lefts of a cursor at a JSON array.

A partial lens of the lefts of a cursor at a JSON array.

Source:
CursorScalaz.scala
val rightL: PLens[Cursor, Json]

A partial lens of the right of a cursor at a JSON array.

A partial lens of the right of a cursor at a JSON array.

Source:
CursorScalaz.scala
val rightsL: PLens[Cursor, JsonArray]

A partial lens of the rights of a cursor at a JSON array.

A partial lens of the rights of a cursor at a JSON array.

Source:
CursorScalaz.scala

Implicits

Implicits

implicit val CursorInstances: Equal[Cursor] & Show[Cursor]