Module json_path

Module json_path 

Source

Structs§

JsonPathLiteral
JsonPathLiteral represents the path in JSON structure.

Enums§

JsonPathStep
Single step in JsonPath. The step can be a String - to access data in objects or usize - to access data in collections

Type Aliases§

JsonPath
JsonPath represents a deserialized JsonPathLiteral. The JsonPath is made of JsonPathStep. JsonPath can be created from string