JSON tool

JSON Compare

Compare two JSON values and list added, removed and changed paths.

Use the tool

Common use cases

  • Format API responses for debugging.
  • Clean JSON before sharing it in docs.
  • Prepare examples for prompts, tests and frontend code.

Example input

{ "name": "AI JSON Format", "version": 1, "tools": ["json"] }
        
        { "name": "AI JSON Format", "version": 2, "tools": ["json", "text"] }

Related tools

FAQ

How do I enter two JSON values?

Paste the first JSON value, add a blank line, then paste the second JSON value.

What differences are shown?

The tool lists added, removed and changed paths with old and new values.

Is this a visual diff?

This version is a concise path-based diff designed for quick API and config checks.