You are here

public function FeedsExJsonPathParserInterface::search in Feeds extensible parsers 7

Searches an array via JSONPath.

Parameters

array $data: The array to search.

string $expression: The JSONPath expression.

Return value

mixed The search results.

1 method overrides FeedsExJsonPathParserInterface::search()
FeedsExJsonPathParserFlow::search in src/FeedsExJsonPath.inc
Searches an array via JSONPath.

File

src/FeedsExJsonPath.inc, line 171
Contains FeedsExJsonPath.

Class

FeedsExJsonPathParserInterface
Normalizes various JSONPath implementations.

Code

public function search(array $data, $expression);