JSON Table Viewer
// View JSON arrays as sortable tables
JSON / XML Input
#About JSON Table Viewer
Free online JSON table viewer. Paste a JSON array of objects and see it rendered as a sortable, searchable HTML table. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What JSON format works for the table viewer? ▾
The tool expects a JSON array of objects, where each object represents a row and object keys become column headers. For example: [{"name": "Alice", "age": 30}, {"name": "Bob", "age": 25}].
Can I sort and filter the table? ▾
Yes, click any column header to sort ascending or descending. Use the search input to filter rows by any value across all columns.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/json-table-viewer" width="100%" height="500" frameborder="0" title="JSON Table Viewer"></iframe>