Structs§
- Json
Path Literal - JsonPathLiteral represents the path in JSON structure.
Enums§
- Json
Path Step - Single step in
JsonPath. The step can be aString- to access data in objects orusize- to access data in collections
Type Aliases§
- Json
Path - JsonPath represents a deserialized JsonPathLiteral. The JsonPath is made of JsonPathStep. JsonPath can be created from string