JSON to CSV Converter
Convert JSON arrays to CSV format and back
Share:
How to Use JSON to CSV Converter
- Paste your JSON array in the input area
- Click Convert to generate CSV output
- Download the CSV file or copy the result
Frequently Asked Questions
What JSON format is required?
An array of objects, where each object represents a row. Example: [{"name": "John", "age": 30}, {"name": "Jane", "age": 25}]
How are nested objects handled?
Nested objects are flattened using dot notation. For example, {"address": {"city": "NYC"}} becomes a column named 'address.city'.
Can I convert CSV back to JSON?
Yes. Switch to CSV-to-JSON mode, paste your CSV, and get a JSON array of objects.