JSON to CSV / CSV to JSON (Enhanced)
Convert JSON to CSV and CSV to JSON with nested object flattening and smart type detection.
Sobre esta ferramenta
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.
Como 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.
Perguntas frequentes
Converta dados CSV para JSON e arrays JSON de volta para CSV — com opções de delimitador e prévia ao vivo.
Formate, valide e minifique JSON — com localização precisa de erros de sintaxe.
Converta entre JSON e YAML instantaneamente no seu navegador.
Converta objetos JSON em definições de interface TypeScript ou type alias automaticamente.