JSON to CSV Converter
Convert JavaScript Object Notation (JSON) to Comma Separated Values (CSV). Paste your JSON below to generate a downloadable CSV.
Features
- Flattening: Automatically handles simple nested objects by using dot notation headers (e.g.,
address.city). - Arrays: Handles top-level arrays of objects seamlessly.
- Validation: Checks for valid JSON syntax before processing.