./prontouso.com
ALAT DEVELOPER

Pemeriksa Perbedaan JSON

Bandingkan dua dokumen atau objek JSON berdasarkan struktur nilainya (terlepas dari urutan key) dan sorot penambahan, penghapusan, atau modifikasi data.

Status alatBerjalan di browser Anda
Pratinjau

Perbedaan

~$.active: true -> false
+$.role: "admin"

2 change(s) found.

Cara kerja

  1. Masukkan data Anda

    Isi nilai yang diperlukan, tempel teks Anda, atau unggah file yang ingin diproses.

  2. Lihat hasil seketika

    Sebagian besar alat diperbarui secara langsung saat Anda mengetik; beberapa menggunakan satu tombol tindakan.

  3. Gunakan hasil Anda

    Salin, unduh, atau bagikan hasil yang dihasilkan — Anda selalu memiliki kendali penuh atas data Anda.

Privasi dan pemrosesan dataBerjalan secara lokal di browser Anda. Alat ini tidak mengunggah data Anda.

Apa itu Pemeriksa Perbedaan JSON?

Paste two JSON values and see which properties were added, removed, or changed.

PAHAMI CARA KERJA ALAT

How to compare two JSON documents

What it compares

The diff checks objects, arrays, and primitive values after both sides are parsed as JSON.

How to use it

  • Paste the original JSON on the left.
  • Paste the updated JSON on the right.
  • Review added, removed, and changed paths.

Useful for developers

  • Compare API responses.
  • Check configuration changes.
  • Review small JSON payload differences before debugging deeper.

Diff notes

The comparison focuses on parsed JSON values, so property order and whitespace are ignored while value, type, object, and array changes are reported by path.

Pertanyaan yang Sering Diajukan (FAQ)

Does it support nested values?

Yes. Differences include nested object and array paths.

Does key order matter?

Object key order is not treated as a change by itself.

Can I compare invalid JSON?

No. Both inputs need to parse as valid JSON first.

How are array changes shown?

Arrays are compared by index, so inserting an item near the start can show several changed positions after it.