JSON to CSV Guide
This guide shows how to turn a JSON array into CSV so you can download it and open it in Excel or Google Sheets. RazTools runs locally in your browser — no upload.
When you need JSON → CSV
- You have API responses (JSON) but want to analyze the data in a spreadsheet.
- You need to share data with someone who prefers CSV/Excel.
- You’re exporting from a tool that outputs JSON arrays.
How to convert (3 steps)
- Copy a JSON array (usually starts with
[and ends with]). - Paste it into the input box in the converter.
- Click Convert, then Download or Copy.
Example JSON
[
{"name":"Alice","age":28,"active":true},
{"name":"Bob","age":31,"active":false}
]Tips for Excel / Google Sheets
- After downloading the CSV, open it with Excel or import it into Google Sheets.
- If you see weird characters, make sure you import as UTF-8.
- Nested objects/arrays may appear as JSON strings in a cell.
FAQ
What JSON formats are supported?
The converter expects a JSON array. If the array contains objects, each object becomes a row.
Does RazTools upload my data?
No. The conversion runs locally in your browser.