Ich versuche, doppelte Anführungszeichen anzuzeigen, aber es zeigt einen der Backslashes:
"maingame": {
"day1": {
"text1": "Tag 1",
"text2": "Heute startet unsere Rundreise \\\"Example text\\\". Jeden Tag wird ein neues Reiseziel angesteuert bis wir.</strong> "
}
}
Beim Rendern im HTML wird es als angezeigt \"Example text\". Was ist der richtige Weg?
All characters may be placed within the quotation marks except for the characters that must be escapedund dann es spezifiziert:\" represents the quotation mark character (U+0022)