Convert Nested Json to CSV Python – Artificial Intelligence
I am trying to convert a complex json (in nested format) to csv. { "caudal": [ {"ts": 1612746051248, "value": "0.0"}, {"ts": 1612745450856, "value": "0.0"}, {"ts": 1612744250898, "value": "0.0"}, {"ts": 1612743650861, "value": "0.0"}, {"ts": 1612743050821, "value": "0.0"} ], "FreeHeap": [ {"ts":…