CSV to JSON (and vice-versa) Converter

CSV Data

JSON Data

How to Use

CSV to JSON:

  1. Paste your CSV data in the left textarea
  2. Ensure the first row contains column headers
  3. Click "Convert CSV to JSON"
  4. Copy the JSON result from the right textarea

JSON to CSV:

  1. Paste your JSON array in the right textarea
  2. Ensure it's a valid array of objects
  3. Click "Convert JSON to CSV"
  4. Copy the CSV result from the left textarea

CSV Format Notes:

  • First row should contain column headers
  • Use commas to separate values
  • Enclose values with commas or quotes in double quotes
  • Escape double quotes by doubling them ("")