CSV与JSON双向互转
Paste CSV data with a header row. The first row is used as property names, and each subsequent row becomes a JSON object.
Yes, the parser correctly handles quoted fields containing commas, newlines, and escaped quotes.
You can output as a JSON array of objects (default) or as a JSON array of arrays.