So i have some of my example dynamic JSON below, what i\'m having trouble doing is escaping everything properly so that it is properly processed by JSON.parse or Jquery.pars
All the way at the end:
'...\n\n"}';
Escape the backslashes:
'...\\n\\n"}';