JsonOptics

io.circe.optics.JsonOptics
See theJsonOptics companion trait
object JsonOptics extends JsonOptics

Attributes

Companion
trait
Source
JsonOptics.scala
Graph
Supertypes
trait JsonOptics
class Object
trait Matchable
class Any
Self type
JsonOptics.type

Members list

Value members

Inherited fields

final lazy val jsonArray: Prism[Json, Vector[Json]]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonBigDecimal: Prism[Json, BigDecimal]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonBigInt: Prism[Json, BigInt]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonBoolean: Prism[Json, Boolean]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonByte: Prism[Json, Byte]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonDescendants: Traversal[Json, Json]

points to all values of a JsonObject or JsonList

points to all values of a JsonObject or JsonList

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonDouble: Prism[Json, Double]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonInt: Prism[Json, Int]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonLong: Prism[Json, Long]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonNull: Prism[Json, Unit]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonNumber: Prism[Json, JsonNumber]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonObject: Prism[Json, JsonObject]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonShort: Prism[Json, Short]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala
final lazy val jsonString: Prism[Json, String]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala

Implicits

Inherited implicits

final implicit lazy val jsonPlated: Plated[Json]

Attributes

Inherited from:
JsonOptics
Source
JsonOptics.scala