Converting JSON list with multiple nested dictionaries to csv or excel
I have a JSON that I download from a website that has multiple nested dictionaries inside the main list. This is a very simplified version of it. [ { "id": 1, "attributes": { "autoNumber": 1, "make": "Ford", "model": "F150", "trim":…