Method Standards.JSONPath.Expression()->apply()

class Standards.JSONPath.Expression

Method apply

array apply(mixed json_value, mixed root_value)

Description

Apply the expression on a JSON value.

Returns

Returns an array with the matching values. If no values matched the empty array ({}) will be returned.