JSON to Table
Visualize JSON as an interactive, sortable, searchable table.
Enter a JSON array or object
JSON to Table Viewer
The JSON to Table tool renders any JSON array or object as an interactive, browser-side table — no upload, no server.
Features
- Sort any column by clicking its header — toggles ascending / descending.
- Search across all columns simultaneously to filter rows in real time.
- Nested objects are flattened using dot notation (e.g.
address.city). - Export to CSV — download the full dataset as a CSV file in one click.
Supported formats
An array of objects (most common API response format) renders each object as a row. A single object renders as one row. Arrays inside values are serialized as JSON strings so they still display cleanly.