Nirmion
Help Find a tool

Developer & Data

JSON Diff

Compare two JSON values and list added, removed, and changed paths in a reviewable report.

  1. 01Runs in this browser
  2. 02Limits are explicit
  3. 03Copy or download output

Step 1

Set up the source

Put the earlier value in Before and the proposed value in After. Ordering of object properties is ignored; array positions are compared.

Confirming the published workspace...

No black box

How this tool handles the input

Both inputs are parsed, then recursively compared by object key and array index. The report uses JSON-style paths so each change can be located.

Before you start

What you need

Two valid JSON values representing the states you want to compare.

What you get

What the page gives back

A JSON report containing equality, change count, paths, and before/after values.

Keep in mind

Use the result responsibly

Array insertions can appear as several index changes. The report is structural and does not understand IDs or unordered collections.

Practical uses

Where this tool earns its place

  1. Review a configuration change before deployment.
  2. Compare API fixtures from two environments.
  3. Spot changed feature-flag values.

Verified data boundary

Source text stays on this page.

The published contract marks these tools as client-only processing. Nirmion uses the API only to confirm that this workspace is enabled in MySQL; source values and results are not sent to Flask.