Код: Выделить всё
// JSON before my copy / paste-trick (see below)
{"lastTicketDate":"04.13.2020","lastTicket":{"Id":2,"Type":0,"Fortune":"Fortune02","Author":"Me!!!\r","ShinyEffect":0,"BeenDrawn":true},"firstStart":false,"tickets":[{"Id":1,"Type":0,"Fortune":"Fortune01","Author":
// (...)
Код: Выделить всё
// JSON after my copy / paste trick (see below)
{
"lastTicketDate": "04.13.2020",
"lastTicket": {
"Id": 2,
"Type": 0,
"Fortune": "Fortune02",
"Author": "Me!!!\r",
"ShinyEffect": 0,
"BeenDrawn": true
},
"firstStart": false,
"tickets": [
{
"Id": 1,
"Type": 0,
"Fortune": "Fortune01",
"Author": "Me!!!\r",
"ShinyEffect": 0,
"BeenDrawn": false
},
// (...)
Как исправить эта проблема, как правильно это сделать?
Подробнее здесь: https://stackoverflow.com/questions/611 ... -long-line
Мобильная версия