Module ejsonpath

Module ejsonpath 

Expand description

ejsonpath is a parser and evaluator for a subset of JSONPath.

Structs§

ParseError

Enums§

DotArg
The right hand argument to the . operator.
IndexArg
The idx in [idx].
Selector
A JSON path selector (in EQL dialect, which is a subset of general JSON Path)