CSV ↔ JSON
Convert between CSV and JSON with table preview
Delimiter:
Input (CSV)
Output (JSON)
Examples
| Mode | Input | Apply |
|---|---|---|
| CSV → JSON | name,age,email Alice,30,[email protected] Bob,25,[email protected] Charlie,35,[email protected] | |
| CSV with quotes | product,price,description Apple,1.99,"Fresh, red apple" Banana,0.99,"Yellow, sweet banana" | |
| JSON → CSV | [{"name":"Alice","age":30,"city":"NY"},{"name":"Bob","age":25,"city":"LA"}] |