protected function FeedsExJmesPath::startErrorHandling in Feeds extensible parsers 7
Starts internal error handling.
Subclasses can override this to being error handling.
Overrides FeedsExBase::startErrorHandling
File
- src/
FeedsExJmesPath.inc, line 246 - Contains FeedsExJmesPath.
Class
- FeedsExJmesPath
- Parses JSON documents with JMESPath.
Code
protected function startErrorHandling() {
// Clear the json errors from previous parsing.
json_decode('{}');
}