Module Standards.JSONPath
- Description
Parser and evaluator of the RFC 9335 JSONPath syntax.
- Note
Syntax is extended with it being possible to specify a literal JSON constant as a root by prefixing it with a single '%'.
- See also
- Typedef
Selector
localprotectedtypedefint|string|ExpressionStandards.JSONPath.Selector- Description
Type for selectors.
int|stringIntegers and strings are short hand for indexing the current json_value(s) with the same.
ExpressionExpression()->apply() is called and its return value becomes the new json_value(s).