# Tagged: data

CSV ↔ JSON Converter

Convert between CSV and JSON without uploading anything to a server. Paste a CSV with a header row and get clean JSON objects, or paste a JSON array and get a properly quoted CSV back. The conversion…