Fantastic IT Tools
Data & Formats

JSON Prettify

Format and validate JSON with indentation, key sorting and minify.

Input

Output

{
  "name": "FitTools",
  "tags": [
    "a",
    "b"
  ],
  "nested": {
    "z": 1,
    "a": 2
  }
}