Interface JsonPath.Step

All Known Implementing Classes:
JsonPath.Index, JsonPath.Property
Enclosing class:
JsonPath

public static sealed interface JsonPath.Step permits JsonPath.Property, JsonPath.Index
One navigation step: either an object property or a zero-based array index.