CSV ↔ JSON

Convert between CSV and JSON with table preview

Delimiter:
Input (CSV)
Output (JSON)

Examples

ModeInputApply
CSV → JSONname,age,email Alice,30,[email protected] Bob,25,[email protected] Charlie,35,[email protected]
CSV with quotesproduct,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"}]
© 2026 Developer Toolbox. All rights reserved. About