JSON to CSV / CSV to JSON (Enhanced)
Convert JSON to CSV and CSV to JSON with nested object flattening and smart type detection.
Acerca de esta herramienta
A two-direction converter for JSON and CSV data. JSON → CSV flattens nested objects using dot notation for keys and handles arrays of objects correctly. CSV → JSON auto-detects the header row and parses values into the right type (number, boolean, or string). Configure the delimiter (comma, semicolon, tab, pipe), quote character, and whether to include a header row. Preview the first five rows of the result before downloading the converted file.
Cómo usar
- 1 Paste your JSON array (or CSV text) into the input panel.
- 2 Select the conversion direction: JSON → CSV or CSV → JSON.
- 3 Choose delimiter, quote character, and header row options.
- 4 Click 'Convert' to see a preview of the first 5 rows.
- 5 Click 'Download' to save the full converted file.
Preguntas frecuentes
Convierta datos CSV a JSON y arreglos JSON de vuelta a CSV — con opciones de delimitador y vista previa en vivo.
Formatea, valida y minifica JSON — con señalización exacta de errores de sintaxis.
Convierta entre JSON y YAML al instante en su navegador.
Convierta objetos JSON en definiciones de interfaces TypeScript o alias de tipo automáticamente.