Does the JSON to CSV converter upload my data?
No. JSON parsing and CSV conversion run locally in your browser.
Paste a JSON array of objects, choose a delimiter and convert it into a clean CSV table locally in your browser.
Use it when you have a JSON array from an API, export or script and need a CSV version for spreadsheets, imports or quick review.
Questions
No. JSON parsing and CSV conversion run locally in your browser.
This version expects a top-level JSON array of objects. Nested objects are flattened with dot-notation keys and arrays are kept as JSON strings.
Yes. You can export the CSV with commas, semicolons or tab-separated columns.