" in quoted strings. The " character itself needs to be escaped \" if included in " to a closing ". All regular escape handling can be done, but other literal characters like '\t' or '\n' that are in the source between quotes should be included as that literal character.