Using formatted JSON on multiple lines?Solved
[
  {
    "name": "SC_Main",
    "parent": "Hud",
    "components": [
      {
        "type": "UnityEngine.UI.RawImage",
        "sprite": "assets/content/textures/generic/fulltransparent.tga",
        "color": "0.8082278 0.5116072 0.5116072 1",
        "png": "https://i.postimg.cc/qqk1rvfD/d74rnl6-15bff667-f1ba-4a3b-991a-412824d5d473.png"
      },
      {
        "type": "UnityEngine.UI.Outline",
        "color": "0 0 0 0.445954",
        "distance": "5 -5"
      },
      {
        "type": "RectTransform",
        "anchormin": "0.2289062 0.2152778",
        "anchormax": "0.7117188 0.8291669",
        "offsetmin": "0 0",
        "offsetmax": "0 0"
      }
    ]
  }
]

I know how to do it in one line, but I want to do it this way.

Locked automatically