JSONPathEx.Evaluator (JSONPathEx v0.3.0)

Copy Markdown View Source

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

Supports JSONPath features such as filters, recursive descent, array slicing, logical operators, arithmetic, and built-in functions.

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.

missing_marker()