<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Diff on ilham.dev</title><link>https://ilham.dev/tags/diff/</link><description>Recent content in Diff on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/diff/index.xml" rel="self" type="application/rss+xml"/><item><title>How I compare two JSON responses without being distracted by formatting</title><link>https://ilham.dev/posts/how-to-compare-json-without-being-distracted-by-formatting/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-compare-json-without-being-distracted-by-formatting/</guid><description>A JSON diff should compare meaning, not indentation. Two JSON documents can look different as text but still contain the same data.
The JSON Diff tool is useful because it lets me check the result in a small, controlled place before I use it in a bigger workflow.</description></item><item><title>How I compare two text blocks line by line</title><link>https://ilham.dev/posts/how-to-compare-two-text-blocks-line-by-line/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-compare-two-text-blocks-line-by-line/</guid><description>A text diff shows what changed between two blocks of text. It is useful for configs, logs, snippets, and documentation.
The Text Diff tool helps me inspect the input and output without writing a one-off script first.</description></item></channel></rss>