🧰 FreeTools

CSV para JSON

Converta dados CSV para formato JSON. Detecta cabeçalhos automaticamente.

CSV45 chars
JSON
[
  {
    "name": "John",
    "age": "30",
    "city": "New York"
  },
  {
    "name": "Jane",
    "age": "25",
    "city": "London"
  }
]

Perguntas Frequentes

How are headers detected?

The first line of the CSV is treated as the header row. Each subsequent line becomes a JSON object.

Share:

Related Tools