Translating JSON files in large quantities: looping the JSON Parser add-on
Xan Gregg's JMP Add-in for reading JSON files is the best application I have found for seamlessly reading JSON produced by the Twitter APIv2. With one complication: I have 238 files, all about 300KB, pulled from the API over the course of a day on a schedule with enough time delay so as not to cause an API error. Reading 238 files with the menu selection is a difficult and likely error-prone...