Text / JSON DiffCompare text or JSON side by side and spot exactly what changed.
Differences
Your text and JSON are compared in your browser. Nothing is uploaded to BroBroGo.
FAQ
What is the difference between text and JSON mode?
Text mode compares the raw content by line or word. JSON mode parses both sides first, formats them consistently and lists changed paths such as $.user.email.
Can it handle very large input?
The comparison runs in a background worker and stops slow jobs after 2.5 seconds. Very large accidental pastes are capped so the page stays responsive.
Does JSON mode ignore object key order?
The structured change list compares object keys by name, so key order alone is not reported as a semantic change. Arrays are compared by position.