JSON to CSV Converter
Convert a JSON array of objects to CSV. Optional dot-path flatten for nested data.
How to use
- 1 Paste a JSON array of objects.
- 2 Optionally turn on "Flatten" to expand nested objects into dot-path columns.
- 3 Copy or download the CSV.
Why use this tool
- Handles missing keys — fills with empty cells.
- Optional dot-path flattening turns {"a":{"b":1}} into column "a.b".
- Auto-quotes fields with commas, newlines, or quotes per RFC 4180.
- Pure client-side, your data stays private.
Frequently asked questions
What if my JSON is a single object, not an array?
The tool needs an array of objects (one per row). Wrap a single object in `[ ... ]` to convert it to a single-row CSV.
How does the flatten option handle arrays?
Arrays get numeric index paths — `tags[0]`, `tags[1]`. If you have lots of array-valued fields, consider preprocessing instead.
Can I get tab-separated output for Excel?
Yes — pick Tab as the delimiter. Excel pastes TSV directly into cells.
JSON to CSV Converter is a free developer utility by Zerethon Tools. Convert a JSON array of objects to CSV. Optional dot-path flatten for nested data. Runs entirely in the browser — no signup, no upload.
- Category
- Developer
- Pricing
- Free
- Privacy
- Browser-based
- Signup
- Not required
Privacy
Your data never leaves your browser unless explicitly stated. JSON to CSV Converter runs entirely client-side — no server upload, no logging, no tracking of your input.
Related tools
JSON Formatter
Format, validate, and minify JSON online. Free, no signup — your data never leaves your browser.
Open toolSQL Formatter
Format SQL queries online — beautify MySQL, PostgreSQL, SQLite, SQL Server, Oracle, and BigQuery.
Open toolUUID Generator
Generate UUIDs online — v1, v4, v7, and Nil. Bulk generation up to 10,000. Free, no signup.
Open toolPassword Generator
Generate strong, cryptographically random passwords. Configurable length and character sets — runs in your browser.
Open toolBuild, share, and grow on Zerethon Social
Free signup. Earn points, collect achievements, and connect with creators worldwide.