How to use it
- Paste a valid JSON array of objects.
- Select Convert to CSV.
- Review, copy or download the result.
Search by tool name or category.
No tools found.
Turn a JSON array of objects into downloadable CSV without sending it to a server.
Flatten the top level of a JSON object array into a CSV header and rows for lightweight interchange.
The converter creates a union of top-level property names in first-seen order and leaves missing values blank.
Two objects containing name and score properties produce a header row followed by two CSV rows.
The primary supported shape is an array of objects. Nested arrays and objects are preserved as JSON text rather than expanded into spreadsheet columns.