CSV to JSON Converter

Enter/Paste your CSV text below

JSON Output

How this CSV to JSON Converter Works!

  1. Consider that we are given CSV data in the following format.
    name,age,city
    John,30,New York
    Jane,25,San Francisco
    Doe,22,Los Angeles

    This tool assumes that the first line is header containing names of the columns.

  2. Enter CSV data in the input textarea, that is present in the left side, under "Enter/Paste your CSV text below".
  3. Click on button.
  4. The CSV data is converted into a JSON array of objects.
  5. You may clik button present above top left of output area next to "JSON Output" to copy the whole JSON value.