As @umutcankurt has suggested, you can parse the JSON file with the JSON Path node checking “List” option for attributes with multiple instances and then use the Ungroup node to split the list into rows.
To parse JSON, select an instance of the value you want to extract then right click and select “Add JSONPath”. And then replace the counter in the path with * character. For example, the path below extract IDs: $.*['targetResources']*['id']