package
0.0.0-20250127084819-b708ef71d2ab
Repository: https://github.com/arnodel/jsonstream.git
Documentation: pkg.go.dev

# Functions

CompileQuery compiles a JSON query AST to a QueryRunner.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
Possible values of Decision.
No description provided by the author
No description provided by the author
Possible values of Decision.
No description provided by the author
Possible values of Decision.
No description provided by the author
Possible values of Decision.

# Variables

This contains the functions defined in the jsonpath spec.
No description provided by the author

# Structs

No description provided by the author
DefaultSelectorRunner is the default implementation of SelectorRunner.
No description provided by the author
FilterSelectorRunner implements filters, i.e.
No description provided by the author
No description provided by the author
IndexSelectorRunner implements the selector that selects an item at a given index in an array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NameSelectorRunner implements the SelectorRunner that selects a value in an object by the name of its key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SliceSelectorRunner implements the selector that selects a slice of an array.
No description provided by the author
SegmentRunner implements the runner of a query segment.
No description provided by the author
SliceSelectorRunner implements the selector that selects a slice of an array.
No description provided by the author
WildcardSelectorRunner implements the wildcard selector, which selects all values in an object and all items in an array.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SelectorRunner is the interface used to run selectors.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Decision is a 3-valued type with possible values DontKnow, Yes, No.
No description provided by the author