JSON

JSON Diff / Compare

İki JSON belgesini karşılaştırma — neyin eklendiği, kaldırıldığı veya değiştirildiği, her farkın tam yoluyla birlikte.


                        
                    

Sıkça sorulan sorular

What does this tool show?

It compares two JSON documents and reports what was added, removed, or changed, with an exact path to each difference — handy for seeing what actually changed between two versions of a config, API response, and so on.

Why do reordered array items show up as "changed"?

Array comparison is typically position-based, not content-based. If the same items appear in a different order, the diff reports them as changed rather than recognizing they were simply moved.

Are the documents sent to a server for comparison?

No — the comparison runs entirely in your browser via JavaScript, and the data never leaves your device.