JSON-Tabellen-Viewer
JSON-Arrays von Objekten als sortierbare, durchsuchbare HTML-Tabelle mit Spaltenfilterung anzeigen
| # | 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.
Weiter entdecken
Weitere Daten & Tabellenkalkulation, die Ihnen gefallen könnten…
CSV-Viewer & Editor
CSV-Dateien als interaktive Tabelle anzeigen, sortieren, filtern und untersuchen — alles im Browser
Excel zu CSV Konverter
XLSX- und XLS-Excel-Dateien in CSV konvertieren — kein Upload, läuft im Browser über SheetJS
CSV-Spalten-Extraktor
Bestimmte Spalten aus einer CSV-Datei auswählen und das Ergebnis herunterladen — ideal zum Bereinigen großer Datensätze
SQL auf CSV
SQL SELECT-Abfragen direkt auf hochgeladenen CSV-Dateien ausführen — kein Server nötig
CSV-Zusammenführer
Mehrere CSV-Dateien zu einer zusammenführen — neu anordnen, Zeilen deduplizieren und Kopfzeilen automatisch verwalten
Mock-Daten-Generator
Generieren Sie realistische Testdaten — Namen, E-Mails, Adressen, UUIDs, Datumsangaben und benutzerdefinierte Felder — und exportieren Sie als JSON, CSV oder SQL-INSERT-Anweisungen
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON zu Excel
JSON-Arrays von Objekten in Excel (.xlsx) oder CSV konvertieren — unterstützt von SheetJS, läuft im Browser