CSV ↔ JSON Converter
Convert between CSV and JSON formats with advanced parsing options.
Conversion Options
Features
- • Bidirectional conversion
- • Custom delimiter support
- • Header row detection
- • Type inference (numbers, booleans)
- • Quoted field handling
- • Pretty print JSON
Conversion Tips
CSV → JSON
- • First row as headers or auto-generate
- • Automatic type detection
- • Handles quoted fields with commas
- • Multiple delimiter options
JSON → CSV
- • Must be an array of objects
- • Handles nested values (flattened)
- • Escapes special characters
- • Creates headers from keys
