JSON 表格查看器
将 JSON 对象数组渲染为可排序、可搜索的 HTML 表格,支持列筛选
| # | name | age | city | score |
|---|---|---|---|---|
| 1 | Alice | 30 | New York | 95.5 |
| 2 | Bob | 25 | London | 87.2 |
| 3 | Carol | 35 | Tokyo | 92.1 |
| 4 | Dave | 28 | Paris | 78.4 |
How it works
- • Paste a JSON array of objects — nested objects are flattened with dot notation.
- • Click column headers to sort. Use the filter box to search all columns.
- • Export the filtered result as CSV or copy as JSON.
JSON Table Viewer
Render JSON arrays of objects as a sortable, searchable table. Paste any JSON array and instantly get a spreadsheet-like view with column filtering and export.
FAQ
What format does the JSON need to be?
An array of objects: [{"name":"Alice","age":30},{"name":"Bob","age":25}]. All objects should share the same keys for the table columns to work correctly.
Can I export the table to CSV?
Yes — use the Export button to download the displayed data as a CSV file.
What is the maximum number of rows supported?
The viewer handles thousands of rows without issues. For very large datasets (100k+ rows), performance may slow down — consider filtering first.
继续探索
您可能喜欢的其他 数据与电子表格…
CSV 查看与编辑器
以交互式表格查看、排序、筛选和检查 CSV 文件——全部在浏览器中完成
Excel 转 CSV
将 XLSX 和 XLS Excel 文件转换为 CSV 格式——无需上传,通过 SheetJS 在浏览器中运行
CSV 列提取器
从 CSV 文件中选取特定列并下载结果——非常适合清理大型数据集
SQL 查询 CSV
直接在上传的 CSV 文件上运行 SQL SELECT 查询——无需服务器
CSV 合并工具
将多个 CSV 文件合并为一个——重新排序、去重并自动处理表头
模拟数据生成器
生成逼真的伪造数据 — 姓名、邮箱、地址、UUID、日期和自定义字段 — 并导出为 JSON、CSV 或 SQL INSERT 语句
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON 转 Excel
将 JSON 对象数组转换为 Excel (.xlsx) 或 CSV——由 SheetJS 驱动,在浏览器中运行