๐
JSON to CSV
Convert a JSON array of objects into CSV.
Loading toolโฆ
How to use the JSON to CSV
- 1Paste a JSON array of objects into the input box.
- 2Click Convert to CSV to build the table.
- 3Copy the CSV or download it as a .csv file.
About the JSON to CSV
Free online JSON to CSV converter. Paste a JSON array of objects to instantly generate clean, properly quoted CSV you can copy or download. Runs fully in your browser.
Part of our Developer Tools collection. Browse all tools.
Frequently asked questions
- What JSON format does this tool accept?
- It expects a JSON array of objects, like [{"name":"Ada"},{"name":"Alan"}]. The column headers are the union of all keys across every object, and missing keys become empty cells.
- How are special characters handled?
- Any value containing a comma, double quote, or newline is wrapped in double quotes, and embedded quotes are doubled, following standard CSV escaping rules.
More Developer Tools
โ
{ }
JSON Formatter
Format, beautify, minify and validate JSON.
โโ๏ธ
Base64 Encode / Decode
Encode text to Base64 or decode it back.
โ๐
URL Encode / Decode
Percent-encode or decode URLs and query strings.
โ#๏ธโฃ
Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes.
โ๐
UUID Generator
Generate random version-4 UUIDs.
โโฑ๏ธ
Unix Timestamp Converter
Convert between Unix timestamps and dates.