How to Use
Paste JSON array data:
- Input: A JSON array of objects
- Headers: Auto-detected from object keys
- Output: Formatted CSV with proper quoting
JSON to CSV Mapping
Each JSON object becomes a row. Object keys become column headers. Nested objects are flattened with dot notation (e.g., address.city). Arrays are joined with semicolons.
Data Tips
- Ensure consistent keys across all objects for clean columns
- Deeply nested JSON may need manual restructuring
- Large datasets (100MB+) are better handled with CLI tools
Step-by-Step Instructions
- 1Paste a JSON array into the input.
- 2Check auto-detected headers.
- 3Adjust delimiter if needed.
- 4View the CSV output.
- 5Copy or download the result.