Function: selectByJsonPath()
selectByJsonPath(
root,path):SelectorNode[]
Defined in: packages/core/src/domain/services/rule-evaluator.ts:91
Selects nodes from the AST using a simplified JSONPath expression.
Parameters
root
The AST root node to navigate
path
string
The JSONPath expression (e.g. $.children[*])
Returns
All nodes matching the path