Skip to main content

JSON to Table

Input JSON

Instructions

  1. Paste or enter JSON array data in the input box (e.g., [{"name": "John", "age": 25}])
  2. Click the "Convert to Table" button to display the JSON as a table
  3. 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.

Other Tools

JSON Formatter
JSON formatter, validator, and compressor tool.