PathStep
dev.constructive.eo.circe.PathStep
enum PathStep
One step on a JsonPrism's flat navigation path — a field name or an array index.
The path walker dispatches on the case to decide which of circe's representations to pierce: JsonObject for named fields, or the underlying Vector[Json] for array indices.
Public so users can read PathStep values off JsonFailure instances exposed by the default JsonPrism / JsonTraversal Ior-bearing surface.
Attributes
- Source
- PathStep.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article