Expand description
JSON query language parser.
Modules
Structs
A definition, such as
def map(f): [.[] | f];.Enums
Arithmetic operation, such as
+, -, *, /, %.An operation that orders two values, such as
<, <=, >, >=, ==, !=.Functions
Parser for a sequence of definitions.
Parser for a (potentially empty) sequence of definitions, followed by a filter.
Parse a string with a given parser.