Method Standards.JSONPath.Query()->create()

class Standards.JSONPath.Query

Method create

Standards.JSONPath.Query Standards.JSONPath.Query(string|array(string)|ADT.Stack jsonpath, bool|void is_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

apply()