JSON → CSV
Turn an array of flat JSON objects into CSV rows.
Runs locally in your browser
Input
Characters: 64 · Lines: 1
Output
Waiting for input.
Your data stays in your browser. MiniFiles does not upload your input.
FAQ
- What if my objects have different keys?
- The header row is the union of all keys found across objects; missing values are left blank.