Class Standards.JSONPath.Query
classStandards.JSONPath.Query- Description
JSONPath compiler and runtime.
- How to use
- Method
create
Standards.JSONPath.Query Standards.JSONPath.Query(string|array(string)|ADT.Stackjsonpath,bool|voidis_expr)- Description
Compile a JSONPath expression.
- Parameter
jsonpath JSONPath expression.
- Parameter
is_expr Flag indicating that this is a sub-expression (and thus may use the '@'-operator in addition to the '$'-operator).
- See also