Class Standards.JSONPath.MultiSelectExpression

Inheritance graph
Standards.JSONPath.Expression Standards.JSONPath.MultiSelectExpression

local protected class Standards.JSONPath.MultiSelectExpression
Description

Select multiple values in sequence.


Inherit Expression

inherit Expression : Expression


Variable selectors

array(Selector) Standards.JSONPath.MultiSelectExpression.selectors


Method create

Standards.JSONPath.MultiSelectExpression Standards.JSONPath.MultiSelectExpression(array(Selector) selectors)