JSON to CSV Converter

Turn arrays of JSON objects into spreadsheet-ready CSV. Nested objects can be flattened using dot notation so every property gets its own column.

Input0 chars · 0 lines
Output
Result will appear here.

// Features

  • Handles arrays of objects out of the box
  • Optional dot-notation flattening for nested keys
  • Customizable delimiter and quoting via PapaParse
  • Download as .csv

// How to use

  1. 01Paste a JSON array of objects.
  2. 02Toggle 'flatten nested objects' if needed.
  3. 03Copy or download the resulting CSV.

// FAQ

Your data never leaves your browser. This tool runs 100% locally — no upload, no logging, no analytics on your inputs.

// Related tools