How to convert this nested JSON into an Excel or CSV file using Python
So I have this nested json and I'm struggling with the conversion into a tabular form because of how it's shaped, it could become a .xslx or .csv. I tried doing it like this but I didn't work. # Load…