Changelog
Track the latest updates and improvements for Compare JSON.
v0.3.0
Features
- Skills: Added Compare JSON Agent Skill so Claude Code, Codex CLI, OpenCode, Cursor, and other AI agents can invoke the CLI on demand.
- MCP: Added Compare JSON MCP Server, letting AI assistants call JSON comparison capabilities through the Model Context Protocol.
- Result Diff Navigation: Clicking a diff entry on the result page now scrolls the corresponding diff line into view.
- Result Data Loading: The result page now supports loading comparison content from a URL or Base64-encoded data.
v0.2.0
Features
- Array Matching Strategies: Choose from By Index, LCS, or Unordered matching modes.
- Additional Compare Options: Added tolerance options such as ignoring key/value case and treating numeric strings as numbers.
- Persistent Compare Settings: Compare options are automatically saved to LocalStorage and restored on page reload.
- JS Object Auto-Conversion: Pasting a JavaScript object into the editor now automatically converts it to JSON.
v0.1.0
Features
- Structural Comparison: Recursively compares JSON objects while ignoring key order and formatting differences.
- Multiple Input Methods: Edit, paste, upload files, or fetch JSON directly from a URL.
- Visual Diff Results: Displays diff counts and types, filters diffs by type, and highlights changes with color-coded code.