editor
editor copied to clipboard
Support multiline strings within JSON
Minecraft's JSON supports multiline strings like this one:
{
"example": "
v.x = 0;
v.y = 1;
v.total = v.x + v.y;
"
}