- Home
- Developer
- JSON to CSV
JSON to CSV
Convert JSON arrays into CSV tables with custom delimiters.
The JSON to CSV converter turns a JSON array of objects or arrays into a delimited CSV table. Choose a separator that matches your spreadsheet or database workflow.
The input is not valid JSON.
How to use
- Paste a JSON array into the input field.
- Choose a comma, semicolon or tab delimiter.
- Copy the generated CSV.
Frequently asked questions
How are object keys handled?
The union of all object keys becomes the CSV header row, and missing values are left empty.
Does it convert a JSON object?
The input must be an array; wrap a single object in brackets to convert it.
Related tools
JSON Formatter
Format, validate and minify JSON in one place.
XML Formatter
Pretty-print and indent XML documents.
YAML Formatter
Format YAML and convert between YAML and JSON in both directions.
CSV to JSON
Convert CSV tables into JSON data.
JWT Decoder
Decode JWT header, payload and expiration.
Hash Generator
Generate SHA-1, SHA-256, SHA-384 and SHA-512 hashes.