Convert tabular CSV spreadsheets into JSON objects or flatten JSON arrays into downloadable CSV files directly in your browser.
accepts direct file uploads or raw code text
100% PRIVATE • LOCAL MEMORY EXECUTION ONLY
Choose CSV to JSON or JSON to CSV mode. Drop a file into the workspace or paste raw code directly into the editor.
Adjust JSON indentation spacing, auto-detect data types, choose custom delimiters, or select nested object flattening.
Copy the syntax-highlighted output to your clipboard or trigger a direct file download (`.json` or `.csv`).
Data parsing runs strictly inside browser JS memory. Zero network uploads.
Automatically casts string numbers (`"42"`) to numeric and booleans to native JSON types.
Optionally flattens deeply nested JSON structures into tabular `user.address` CSV headers.
Full support for Commas, Semicolons, Tabs, and Pipe-delimited database files.