View Source JSONPathEx.Evaluator (JSONPathEx v0.1.0)

Evaluates JSONPath Abstract Syntax Trees (ASTs) against JSON data.

Supports JSONPath features such as filters, recursive descent, and array slicing.

Summary

Functions

Evaluates a JSONPath AST against the provided JSON data.

Functions

evaluate(ast, json)

Evaluates a JSONPath AST against the provided JSON data.

Returns the evaluation result or an empty list if the path doesn't match.