Expand description
Automaton representations of a JSONPath query.
Structs
- A minimal, deterministic automaton representing a JSONPath query.
- State of an
Automaton
. Thin wrapper over a state’s identifier. - A set of attributes that can be associated with a
State
.
Enums
- Represent the distinct methods of moving on a match between states.