JSON 차이 비교기
두 JSON 객체를 나란히 비교하고 추가, 삭제, 변경된 필드를 강조 표시
| Key | Left | Right |
|---|---|---|
| name | "Alice" | "Alice" |
| age | 30 | 31 |
| role | "admin" | "user" |
| tags | ||
| tags[0] | "typescript" | "typescript" |
| tags[1] | "react" | "nextjs" |
| address | ||
| city | "New York" | "New York" |
| zip | "10001" | "10002" |
| active | true |
JSON Diff Viewer — Compare Two JSON Objects
Compare two JSON objects side by side and instantly highlight added, removed, and changed fields. Color-coded diffs make it easy to spot configuration changes, API response differences, and data migrations.
FAQ
How do I compare two JSON files?
Paste the first JSON in the left panel and the second in the right panel. Changes are highlighted: green for added keys, red for removed keys, and yellow for modified values.
What are common use cases for JSON diff?
Comparing API responses before/after a code change, reviewing config file updates, debugging data pipeline transformations, and auditing environment variable changes.
Does JSON diff care about key order?
No — the diff is semantic, not textual. { a: 1, b: 2 } and { b: 2, a: 1 } are treated as identical because JSON objects are unordered by definition.
계속 탐색
추천 데이터 & 스프레드시트 도구…
CSV 뷰어 및 편집기
CSV 파일을 인터랙티브 표로 보기, 정렬, 필터링, 검사 — 모두 브라우저에서
JSON 테이블 뷰어
JSON 객체 배열을 열 필터링이 가능한 정렬·검색 가능한 HTML 표로 렌더링
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