🔃 CSV ⇄ JSON
Paste CSV on the left for JSON on the right, or the other way. Supports basic quote/comma escaping. Handy for dev and table work: local, no upload.
❓ Frequently asked questions
Does it handle complex quotes/newlines?
It supports standard CSV quote escaping (quotes wrap, "" escapes) but very complex nesting needs a pro library.
What format for JSON to CSV?
An array of objects ([{...},{...}]), with keys as headers.
Is data uploaded?
No, conversion is local.
📚 How to use
You often need to move between tables and JSON.
Steps
- Paste CSV on the left or JSON on the right.
- Click the direction button.
- Copy the result.