Module jsonpath

Module jsonpath 

Source

Structs§

JsonPath
Represents a set of JSON Path chains.
RecursiveLevel
Represents the selected levels in hierarchical structure.
Selector
Represents the state of a JSON Path selection process.

Enums§

ArrayIndex
Represents the index in an Array.
BinaryOperator
Represents the operators used in filter expression.
Expr
Represents a filter expression used to filter Array or Object.
Index
Represents the single index in an Array.
Path
Represents a valid JSON Path.
PathValue
Represents a literal value used in filter expression.
RecursiveLevelEnd
Represents the end level in hierarchical structure.
UnaryOperator

Functions§

parse_json_path
Parsing the input string to JSON Path.