You are here

protected property FeedsExJmesPath::$runtime in Feeds extensible parsers 7

The JMESPath parser.

This is an object with an __invoke() method.

@todo add interface so checking for an object with an __invoke() method becomes explicit?

Type: object

File

src/FeedsExJmesPath.inc, line 34
Contains FeedsExJmesPath.

Class

FeedsExJmesPath
Parses JSON documents with JMESPath.

Code

protected $runtime;