Expand description
JSON query language syntax.
Re-exports§
Modules§
- filter
- Functions from values to streams of values.
- lex
- Lexing.
- parse
- Parsing.
- path
- Value access and iteration.
- string
- Interpolated strings.
- test
- Unit tests.
Structs§
- Call
- Call to a filter identified by a name type
Nwith arguments of typeA. - Def
- A definition, such as
def map(f): [.[] | f];. - Main
- (Potentially empty) sequence of definitions, followed by a filter.
Enums§
- Arg
- Argument of a definition, such as
$vorfindef foo($v; f): .... - MathOp
- Arithmetic operation, such as
+,-,*,/,%. - OrdOp
- An operation that orders two values, such as
<,<=,>,>=,==,!=.