Skip to content

Diff Viewer

The Diff Viewer opens a dedicated side-by-side comparison workspace so you can review JSON changes without losing your main editor context.

  • Shows original (left) and modified (right) JSON side-by-side.
  • Validates both sides independently and surfaces parse errors inline.
  • Highlights additions, removals, and edits directly in the Monaco diff editor.
  • Includes Format both to normalize valid JSON before review.

In the Mac app, open Diff Viewer from File → Open Diff Viewer (or press Shift+Cmd+D), then paste JSON into both panes.

Empty diff viewer ready for input

After adding both versions, click Format both to normalize JSON on each side, then review the highlighted changes.

Diff viewer with populated original and modified JSON after using Format both

  • Keep related objects in the same order before diffing to reduce noise.
  • Use Format both before final review so whitespace-only changes are minimized.
  • If one side is invalid JSON, fix that side first to get accurate structural diffs.