Module parser

Source
Expand description

The parser for the jsonpath. The module grammar denotes the structure of the parsing grammar

Enums§

FilterExpression
JsonPath
The basic structures for parsing json paths. The common logic of the structures pursues to correspond the internal parsing structure.
JsonPathIndex
JsonPathParserError
Operand
Operand for filtering expressions
Rule

Functions§

parse_json_path
Parses a string into a JsonPath.