CSV → JSON
How to Use
Paste CSV or JSON data in the input area. The tool automatically detects the format and converts it. Adjust delimiter if needed.
Frequently Asked Questions
What delimiters are supported?
Comma (,), semicolon (;), tab, and pipe (|) delimiters are supported.
Does it use the first row as headers?
Yes. By default, the first row is treated as column headers for JSON property names.
Can I convert nested JSON to CSV?
Nested objects are flattened using dot notation (e.g., address.city) when converting to CSV.