Most developers have done this at least once.

You get a messy API response.

You need to inspect a JWT.

You have a webhook payload, a log object, or a config file that is hard to read.

So you open a JSON formatter, paste the content, and move on.

That habit is convenient. But it also deserves a second look.

Not every JSON tool behaves the...