CSV ↔ JSON Converter
Convert between CSV and JSON formats.
How it works
CSV is parsed by splitting on commas and newlines. JSON is parsed with JSON.parse. Both conversions happen entirely in your browser.
Convert between CSV and JSON formats.
CSV is parsed by splitting on commas and newlines. JSON is parsed with JSON.parse. Both conversions happen entirely in your browser.