Quick answer
Text and JSON Diff Checker: what it checks
Text and JSON Diff Checker checks line diff preview and similarity from left input, right input, compare mode, text options, and JSON normalization. The visible check method is Diff rows = optional JSON.parse + sorted-key JSON.stringify + line split + longest common subsequence alignment + added, removed, replacement-block, and similarity counts.