Compare two text objects (JSON, code, or any text) and see the differences highlighted inline. This tool shows what was added, removed, or changed between two structures with git-style diff visualization. Useful for debugging, version comparison, and understanding changes in files, API responses, or configuration files.
Paste two text objects (JSON, code, or any text) into the left and right editors. The tool will compare them line-by-line and highlight added, removed, and modified lines with git-style diff visualization.
Yes, this tool works with any text format. If the text is valid JSON, it will be formatted for better comparison. Otherwise, it compares the text as-is.
Differences are shown inline with color-coded highlighting: green for added lines, red for removed lines, and yellow for modified lines, similar to git diff.