Skip to content
uxTools
Data & Formats

JSON Diff

Compare two JSON documents semantically — handles nested objects, arrays (positional, by-key, by-value or set-like), type mismatches, key order, and emits RFC 6902 / RFC 7396 patches.

Total changes

7

Added

3

Removed

0

Changed

3

Type changed

1

Identical?

No

A · before

14 lines274 B19 nodesValid JSON

B · after

16 lines374 B24 nodesValid JSON

Diff settings

How to pair array elements. `by-key` requires an identifying field shared by both sides (e.g. `id`).

Numbers within ±tolerance are considered equal. Use 0 to require exact match.

Regex or wildcard patterns matched against the JSON pointer and the dotted display path.

${…}
name:"uxTools"
~version:"1.2.0""1.3.0"
active:true
tags[…]
users[…]
meta{…}