Someone posted on LinkedIn a method to read multiple json files into a Pandas dataframe, then export as csv.
I felt there could be a slightly more elegant approach to this, hence this snippet. Without having a sample of their json data, I've built my own sets for testing purposes.
JSON data has been generated using json-generator, subsequently formatted to match the example from json.org.