JSON Table Viewer
Display any JSON array as a searchable, sortable and filterable HTML table. Export as CSV. Free, browser-based, no uploads.
📊 Data & CSV Tools
Free
Browser-based
Supported JSON Formats
| Format | Example | Supported |
|---|---|---|
| Array of objects | [{"a":1},{"a":2}] | ✓ Primary format |
| Nested object with array | {"data":[...]} | ✓ Auto-detected |
| Array of arrays | [[1,2],[3,4]] | ✓ Column 0, 1, 2… |