I\'m using a specific game making framework but I think the question applies to javascript
I was trying to make a narration script so the player can see \"The orc hi
As mentioned multiple times above, the easiest way of doing this would be making it a string and converting it back to JSON Object.
this..push(JSON.parse(JSON.stringify()));
Works like a charm.