How do I convert a complex nested JSON to csv using Python?
I want to convert the following nested JSON file to a CSV file using Python. { "page": { "page": 1, "pageSize": 250 }, "dataRows": [ { "entityId": 349255, "Id": "41432-95P", "disabled": false, "followed": false, "suggestion": false, "inactive": false, "pinned": false,…