- Defines projects via a JSON structure in files named ".project.json"
- Loads the list of files following that naming scheme into a local variable "projects"
- Creates a project for each file in the list "local.projects" where the "each.key" is the file name and "each.value" is the JSON object in that file
You can then do "each.value." to extract values for each project.