코드, 데이터 및 QR 도구

JSON Diff 검사기

「JSON Diff 검사기」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Maximum 100,000 characters per side. Parsing and comparison happen locally in your browser; nothing is sent to a server.

사용 방법

사용 방법

  1. Paste valid JSON into the Original and Updated panels, each up to 100,000 characters.
  2. Select Compare JSON to parse both values and compare objects, arrays, and primitive values safely.
  3. Review the added, removed, and changed counts, then copy the report if needed.

Safe local parsing

The checker uses JSON.parse and never evaluates pasted text as code. Each panel is limited to 100,000 characters, and parsing, comparison, copying, and clearing happen in your browser.

Stable paths and sorting

Object keys are compared in sorted order and shown with safe JSONPath-like paths such as $.profile.name or $.items[0]. Added, removed, and changed entries are counted separately.

자주 묻는 질문

더 알아보기

Does key order affect the result?

No. Object keys are compared by name and displayed in stable alphabetical order.

How are arrays compared?

Array positions are compared in order, so an insertion can produce changed, added, or removed index paths.

Is my JSON uploaded?

No. Both values stay in your browser and are never sent to a server.