Open API data in a spreadsheet
Turn a list of records into columns that can be opened in Excel, Sheets or another table tool.
Convert tool
Convert arrays of JSON objects to spreadsheet-ready CSV locally in your browser. No file upload or account required.
Your input and result are not sent to JSON Hearth or stored on a server.
When to use it
JSON-to-CSV conversion is most predictable when the input is an array of similarly shaped objects representing rows.
Turn a list of records into columns that can be opened in Excel, Sheets or another table tool.
Create a portable CSV from fixtures, reports or small datasets without writing a script.
Flatten a simple record collection into a format that is easy to scan and share.
Important limitations
Common questions
An array of objects with consistent keys produces the clearest table.
Values requiring escaping are quoted according to CSV rules so embedded separators remain part of the cell.