← All tools

JSON formatter / validator

Pretty-print, minify, and validate JSON. Useful for Graph responses, Intune configs, and API payloads.

Valid JSON
{
  "hello": "world",
  "n": 1
}
{"hello":"world","n":1}