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ファイルから特定の列を選択して結果をダウンロード — 大規模データセットの整理に最適
CSVにSQLクエリ
アップロードしたCSVファイルに直接SQL SELECTクエリを実行 — サーバー不要
CSVマージツール
複数のCSVファイルを1つに結合 — 並べ替え・重複除去・ヘッダー自動処理
モックデータジェネレーター
リアルな模擬データを生成 — 名前、メール、住所、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使用、ブラウザで動作