JSON to CSV Converter
Paste JSON to get CSV instantly. Works with arrays of objects, nested values and custom delimiters. Your data stays in your browser.
How to convert JSON to CSV
- Paste or type your JSON. An array of objects works best.
- Pick a delimiter if you need something other than a comma.
- Copy the CSV or download it as a .csv file.
Examples
Array of objects
[{"name":"Ada","age":36},{"name":"Linus","age":54}]name,age Ada,36 Linus,54
Frequently asked questions
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser, so your JSON never leaves your device.
What JSON shape works best?
An array of flat objects. Each object becomes a row and each key becomes a column.
How are nested objects handled?
Nested objects and arrays are encoded as JSON text inside the cell, so no data is lost.
Can I use a semicolon or tab delimiter?
Yes. Change the delimiter option to a semicolon, tab or pipe to match what your spreadsheet expects.
What if my objects have different keys?
The converter uses the union of all keys as the header, so rows missing a key get an empty cell.
Learn more
- JSON to CSV examples
Common JSON shapes and the CSV they produce, including nested data and custom delimiters.
Related tools
CSV to JSON
Convert CSV to JSON online. Turn spreadsheet rows into clean JSON objects or arrays, with smart number and boolean typing. Free tier plus API.
JSON Formatter
Format, validate and minify JSON online. Pretty-print with custom indentation, sort keys and catch syntax errors. Runs in your browser.
Binary to Decimal
Convert binary to decimal online. Paste any binary number, with or without spaces, and get the exact base-10 value instantly. Runs in your browser.
Binary to Hex
Convert binary to hexadecimal online. Paste a binary number and get exact hex, with optional uppercase. Handles huge values. Runs in your browser.
Celsius to Fahrenheit
Convert Celsius to Fahrenheit instantly. Type a temperature in C and get F, with the formula and a quick reference table. Runs in your browser.
Centimeters to Inches
Convert centimeters to inches instantly. Type a length in cm and get inches, with the formula and a quick reference table. Runs in your browser.