Expand description
JSON query language syntax.
Re-exports
pub use string::Str;
Modules
- Functions from values to streams of values.
- Value access and iteration.
- Interpolated strings.
- Unit tests.
Structs
- Argument of a definition, such as
$vorfindef foo($v; f): .... - Call to a filter identified by a name type
Nwith arguments of typeA. - A definition, such as
def map(f): [.[] | f];. - (Potentially empty) sequence of definitions, followed by a filter.
Enums
- Arithmetic operation, such as
+,-,*,/,%. - An operation that orders two values, such as
<,<=,>,>=,==,!=.
Type Aliases
- Position information.
- An object with position information.