<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Formatter on ilham.dev</title><link>https://ilham.dev/tags/formatter/</link><description>Recent content in Formatter 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/formatter/index.xml" rel="self" type="application/rss+xml"/><item><title>How I format JSON before debugging it</title><link>https://ilham.dev/posts/how-to-format-json-before-debugging-it/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-format-json-before-debugging-it/</guid><description>JSON is easier to debug when it is valid and formatted. A formatter turns one long line into a structure humans can read.
The JSON Formatter tool gives me a safe place to test the idea before I put it into a script, server, or production workflow.</description></item><item><title>How I format SQL before reviewing a query</title><link>https://ilham.dev/posts/how-to-format-sql-before-reviewing-a-query/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-format-sql-before-reviewing-a-query/</guid><description>SQL is easier to review when clauses and joins are on separate lines instead of one long string.
The SQL Prettify tool helps me inspect the input and output without writing a one-off script first.</description></item><item><title>How I format XML before trying to understand it</title><link>https://ilham.dev/posts/how-to-format-xml-before-reading-it/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-format-xml-before-reading-it/</guid><description>XML becomes hard to read when it is minified. Formatting makes the tag structure visible so I can see parents, children, attributes, and text nodes.
The XML Formatter 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></channel></rss>