CSV to JSON Converter

Upload a CSV file and convert it to JSON format.

How it works:

  • Array Format: Converts CSV to an array of objects (each row is an object)
  • Object Format: Uses first column as keys for the resulting object
  • Pretty Print: Formats JSON with proper indentation for readability