CSV a JSON
Convierte datos CSV a formato JSON. Detecta automáticamente las cabeceras.
CSV45 chars
JSON
[
{
"name": "John",
"age": "30",
"city": "New York"
},
{
"name": "Jane",
"age": "25",
"city": "London"
}
]Preguntas Frecuentes
How are headers detected?
The first line of the CSV is treated as the header row. Each subsequent line becomes a JSON object.
Related Tools
Conversor de Color
Convierte colores entre HEX, RGB, HSL y HSV. Selector de color interactivo.
Conversor de Timestamp
Convierte timestamps Unix a fechas legibles y viceversa.
Conversor de Base Numérica
Convierte números entre binario, octal, decimal y hexadecimal.
Conversor de Temperatura
Convierte entre Celsius, Fahrenheit y Kelvin. Conversión instantánea.