Expand description
Automaton representations of a JSONPath query.
Modules§
Structs§
- Array
Transition - Transition on elements of an array with indices specified by either a single index or a simple slice expression.
- Automaton
- A minimal, deterministic automaton representing a JSONPath query.
- State
- State of an
Automaton
. Thin wrapper over a state’s identifier. - State
Attributes - A set of attributes that can be associated with a
State
. - State
Table - A transition table of a single
State
of anAutomaton
.
Type Aliases§
- Member
Transition - Transition when a JSON member name matches a
StringPattern
.