Help for this page
use File::Find; find(\&wanted, @directories_to_search); sub wanted { ... }
use File::Find; ... _process_json($file); } }