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.
How it works
Paste a value, open a local file or begin with the working sample.
The transformation executes in your browser, not on our servers.
Check the output, then copy or download it for your next task.
Important limitations
Deeply nested objects and arrays do not map naturally to flat CSV cells.
Review delimiter, quoting and character-encoding expectations before importing into another system.
Common questions
No. Your input is processed by code running in your browser and is not sent to an application server.
Yes. The tool is free, requires no account and can be used directly in the browser.
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.