Tools/JSON ↔ CSV Converter

JSON ↔ CSV Converter

Convert JSON arrays to CSV/TSV, parse CSV back to JSON, and analyze CSV columns. All processing runs in your browser.

Nested Object Flattening

JSON nested objects are auto-flattened using dot notation (address.city). CSV→JSON Nested mode restores the original structure from dotted column names.

Smart CSV Parsing

Handles quoted fields with embedded commas, newlines, and double-quote escaping. Auto-detects delimiters (comma, semicolon, tab, pipe) for CSV→JSON.

CSV Analyzer

Inspect column types, null counts, min/max/mean for numeric columns, top 5 values per column, and detect duplicate rows or inconsistent column counts.

All processing runs in your browser — nothing is sent to a server.