WKIT

CSV ↔ JSON Converter

Convert between CSV and JSON formats. Client-side processing - your data never leaves your browser.

CSV to JSON
Convert CSV data to JSON array of objects
Conversion Tips

CSV to JSON:

  • Each row becomes a JSON object
  • Column headers become object keys
  • Quoted fields with commas are handled correctly
  • Enable "First row is headers" to use the first row as keys

JSON to CSV:

  • Input must be a JSON array of objects
  • Object keys become column headers
  • Fields with delimiters are automatically quoted
  • Nested objects/arrays are converted to strings