comparison
11 tools tagged "comparison".
JSON Array Comparator
Compare two JSON arrays and see what's only in A, only in B, and in both.
Open toolJSON Diff Checker
Compare two JSON documents and see exactly what changed.
Open toolJSON File Comparator
Check whether two JSON documents are byte-identical or semantically equal, with a capped diff summary.
Open toolXML Diff Checker
Structurally compare two XML documents and see exactly what was added, removed, or changed.
Open toolYAML Diff Checker
Compare two YAML documents and see exactly which keys were added, removed, or changed.
Open toolInteger Comparator
Compare two integers and see whether A is less than, greater than, or equal to B.
Open toolCommon List Item Finder
Find the intersection of two lists: items present in both.
Open toolDistinct List Item Finder
Find items that appear in exactly one of two lists, not both.
Open toolList Comparer
Compare two lists: items only in A, only in B, and in both.
Open toolList Subtractor
Remove every item found in List B from List A, keeping the remainder of List A.
Open toolThree-List Comparer
Compare three lists: items in all three, in exactly two, and unique to one.
Open tool