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 파일을 하나로 합치기 — 순서 변경, 중복 제거, 헤더 자동 처리
모의 데이터 생성기
현실적인 가짜 데이터 생성 — 이름, 이메일, 주소, 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 기반, 브라우저에서 실행