crwlrsoft / crawler

Library for Rapid (Web) Crawler and Scraper Development
https://www.crwlr.software/packages/crawler
MIT License
312 stars 11 forks source link

Improve Json step #106

Closed otsch closed 1 year ago

otsch commented 1 year ago

If the target of the "each" (like Json::each('target', [...])) does not exist in the input JSON data, the step yields nothing and logs a warning.