Instructions

Welcome to our online JSON beautifier. This tool allows you to beautify your JSON files by dragging and dropping them or uploading manually. All operations are performed locally in your browser to keep your data safe.

Tool Effects

{
  "a": [
    {
      "b": 123
    },
    {
      "c": [
        1,
        2,
        3
      ]
    }
  ],
  "hello": "world"
}