Convert JSON to CSV
Flatten JSON records into a CSV you can open in Excel or Google Sheets.
From
To
JSON
The data format of the web. Structured, readable, and understood by every programming language.
CSV
Rows and columns as plain text. The universal exchange format for spreadsheets and tabular data.