editor icon indicating copy to clipboard operation
editor copied to clipboard

Support multiline strings within JSON

Open solvedDev opened this issue 4 years ago • 0 comments

Minecraft's JSON supports multiline strings like this one:

{
   "example": "
      v.x = 0;
      v.y = 1;
      v.total = v.x + v.y;
   "
}

solvedDev avatar Oct 24 '21 09:10 solvedDev