JSON to Table
Input JSON
Instructions
- Paste or enter JSON array data in the input box (e.g.,
[{"name": "John", "age": 25}]) - Click the "Convert to Table" button to display the JSON as a table
- Click the "Export CSV" button to download the table data as a CSV file, which can be opened in Excel
Example
Input
[
{
"name": "John",
"age": 25,
"city": "New York"
},
{
"name": "Alice",
"age": 30,
"city": "London"
}
]
Output The table will display columns for name, age, and city with the corresponding data.