Paste a JSON array, and the tool converts it into a CSV table ready for spreadsheet import.
The JSON should be an array of objects with consistent keys. Each object becomes a row, and keys become column headers.
Nested objects are flattened one level with dot notation (like user.name). For complex nesting, consider flattening JSON first.
Yes, the output is standard CSV that can be opened in Excel, Google Sheets, or any spreadsheet application.