JSON to CSV

Flatten a JSON array of objects into a CSV spreadsheet.

Works Offline
Privacy First
No Login
No API

JSON input (array of objects)

CSV output

About the JSON to CSV

Convert an array of JSON objects into CSV rows, flattening nested objects into dot-notation column headers. Choose your delimiter and toggle the header row, with proper quoting for special characters.

Examples

Array of objects

[{"name":"Ada","city":"London"}]

Output

name,city
Ada,London

Related tools

Frequently asked questions

Read more

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser