ดูตาราง JSON
แสดง JSON arrays ของ objects เป็นตาราง 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
แปลงไฟล์ Excel XLSX และ XLS เป็น CSV — ไม่ต้องอัปโหลด ทำงานในเบราว์เซอร์ผ่าน SheetJS
ดึงคอลัมน์ CSV
เลือกคอลัมน์เฉพาะจากไฟล์ CSV แล้วดาวน์โหลด — เหมาะสำหรับทำความสะอาดชุดข้อมูลขนาดใหญ่
SQL บน CSV
รัน SQL SELECT queries บนไฟล์ CSV ที่อัปโหลดโดยตรง — ไม่ต้องใช้เซิร์ฟเวอร์
รวม 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 array ของ objects เป็น Excel (.xlsx) หรือ CSV — ขับเคลื่อนด้วย SheetJS ทำงานในเบราว์เซอร์