dev.constructive.eo.circe.JsonPrism
See theJsonPrism companion class
Attributes
-
Companion
-
class
-
Source
-
JsonPrism.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Construct a root-level JsonPrism[S] — the focus is a Leaf with empty path.
Construct a root-level JsonPrism[S] — the focus is a Leaf with empty path.
Attributes
-
Source
-
JsonPrism.scala
.field(_.x) — drill via selector lambda.
.at(i) — drill into the i-th array element.
.at(i) — drill into the i-th array element.
Attributes
-
Source
-
JsonPrism.scala
.each — split into a JsonTraversal over the iterated array.
.each — split into a JsonTraversal over the iterated array.
Attributes
-
Source
-
JsonPrism.scala
.fields(_.a, _.b, ...) — focus a NamedTuple over selected fields.
.fields(_.a, _.b, ...) — focus a NamedTuple over selected fields.
Attributes
-
Source
-
JsonPrism.scala