How to use:
- Paste your JSON data into the left textarea
- Click "Convert to CSV" to generate CSV format
- Click "Download CSV" to save the file
- Click "Copy to Clipboard" to copy CSV data
JSON Format Examples:
- Array of objects:
[{"name":"John","age":30},{"name":"Jane","age":25}]
- Single object:
{"name":"John","age":30,"city":"New York"}
- Nested objects: Will be flattened automatically