JSON to CSV

Convert an array of objects into downloadable CSV.

Local processingOriginals preservedDirect export

Tool workspace

Processing stays in this tab

How to use

  1. Paste or load a JSON array of objects.
  2. Choose CSV or TSV.
  3. Convert and download.

Privacy

Input and files are processed in the current browser tab. Mingmist does not receive the content unless you independently share the result elsewhere.

Limitations

Nested objects are not flattened automatically. Keys from all objects are combined into one header row.

FAQ

What must the JSON root be?

It must be an array of objects, such as [{"name":"A"}].

How are nested objects handled?

Nested values are stored as JSON strings in a single cell.