I need to put json in an html attribute like so:
<video id="video1"
class="video-js vjs-default-skin"
width="640" height="480"
data-setup='{"controls" : true, "autoplay" : false, "preload" : "auto"}'>
Hamlet does not understand html single quote strings, it creates the error message:
unexpected ":" expecting ">"
What is the recommended practice for adding literal json to html attributes in a string?
Escape the quotes in html using
"