Javascript how to target double quotes within double quotes.. and display them in browser
This is about retaining literal data in HTML via js writes in a browser. Sample code...when I display this in Javascript, using document.write: <html> <script> FULL = ` { "key": "something", "value": "{n "theId": "our_id"}", "futureData": "{"myEvent":"\"UNCHANGED\"","myEventTimestamp":"\"2023-03-16T14:44:36.639\""}" } ` ;…