NBT value ["\""] cannot be output by raw JSON text if interpret is true
1. /summon minecraft:marker ~ ~ ~ {data:{nbt:["\""]}}
(marker summoned)
2. /data get entity @e[type=minecraft:marker,limit=1]
(nbt is correct)
3. /tellraw @a
(bug: empty line printed)
['"'], ["\"text\""], ["
{\"text\":\"something\"}"] prints empty line too