Adding square brackets [ ] to every .json file in the directory
I have a bunch of separate .json files in one folder. Like this: P50_00001.json P50_00002.json P50_00003.json P50_00004.json P50_00005.json.... Lots of them. If you open them - they all look like this: { "Participant_id": "P50_00001", "no_of_people": "Single", "apparent_gender": "M", "geographic_location": "JPN",…