首页 工具
🔀

CSV ↔ JSON 转换

CSV与JSON双向互转

Frequently Asked Questions

What input format is required?

Paste CSV data with a header row. The first row is used as property names, and each subsequent row becomes a JSON object.

Does it handle quoted fields?

Yes, the parser correctly handles quoted fields containing commas, newlines, and escaped quotes.

Can I choose the output format?

You can output as a JSON array of objects (default) or as a JSON array of arrays.