CSV a JSON
Convierte archivos CSV a JSON y arrays JSON a formato CSV al instante
Runs entirely in your browser. Quoted CSV fields and commas inside quotes are supported. For JSON → CSV, use a JSON array of objects; values are stringified.
CSV ↔ JSON Converter
Convert CSV to JSON and JSON arrays back to CSV. The converter uses the first row as column headers and creates one JSON object per row. Handles quoted fields, commas inside values, and multiple separator styles.
FAQ
How do I convert a CSV file to JSON?
Paste or upload your CSV. The first row becomes the JSON keys. Each subsequent row becomes an object in the output array.
What if my CSV has semicolons instead of commas?
Select the semicolon separator option before converting. European CSV exports often use semicolons because commas appear in number formatting (1.234,56).
What is the difference between CSV and JSON?
CSV (Comma-Separated Values) is a flat table format — rows and columns, like a spreadsheet. JSON (JavaScript Object Notation) supports nested structures, arrays within objects, and mixed types.
Sigue explorando
Otras herramientas de Desarrollo que te pueden gustar…
Formateador JSON
Formatea, valida y minifica JSON con resaltado de sintaxis y detección de errores
Codificador/Decodificador Base64
Codifica texto o archivos a Base64 y decodifica cadenas Base64 a texto legible
Codificador/Decodificador de URL
Codifica y decodifica componentes URL y parámetros de query string
Generador de UUID
Genera UUIDs aleatorios (v1, v4) o genera múltiples UUIDs en lote
Generador de Hash
Genera hashes MD5, SHA-1, SHA-256, SHA-512 desde texto o archivos
Tester de Regex
Prueba expresiones regulares con resaltado de coincidencias en tiempo real
Decodificador JWT
Decodifica e inspecciona JSON Web Tokens — ve header, payload y verifica firmas
Formateador HTML
Formatea y embellece código HTML con indentación correcta y resaltado de sintaxis