Make HTML ready for JSON files




Output

This is the final product! Just copy and paste it wherever you want(click the textbox to copy the final product)

Why?

Preparing HTML for JS is time consuming. First, you need to remove all indents, and newlines(which takes longer depending on how long the HTML is). Then you have to replace all the quotation marks(") with a back-slash and a quotation mark(\").
TBH, I'm just trying to justify this because it's something I'm definitely using