Module automaton

Source
Expand description

Automaton representations of a JSONPath query.

Modules§

error
Error types for the automaton module.

Structs§

ArrayTransition
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.
StateAttributes
A set of attributes that can be associated with a State.
StateTable
A transition table of a single State of an Automaton.

Type Aliases§

MemberTransition
Transition when a JSON member name matches a StringPattern.