JSON 도구

JSON 비교

두 JSON 문서를 구조로 비교해 추가·삭제·변경된 경로를 보여 줍니다.

Original JSON
Updated JSON
0 differences

The JSON documents are equivalent.

All data is processed locally in your browser. Nothing is uploaded or sent to analytics.

대부분의 도구는 브라우저에서 로컬로 처리합니다. 배경 제거는 선택한 이미지를 서버에서 처리한 뒤 원본을 삭제합니다.

사용 방법

  1. Paste JSON in both panels.
  2. Choose whether array order matters and run the comparison.
  3. Copy a path or download a plain-text difference report.

이런 경우에 유용합니다

  • Reviewing API changes
  • Comparing configuration versions
  • Checking generated JSON

알아둘 점

Arrays compare by index by default. Treating arrays as sets can hide meaningful ordering changes.

자주 묻는 질문

Are whitespace changes reported?

No. Both sides are parsed first, so formatting and key order do not create differences.

What does a changed path show?

It shows the previous and new JSON value at that path.

함께 사용해 보세요