I would like to embed JSON in HTML. The most elegant solution I have found makes use of the script-tag and the mime media type application/json.
script
application/json
try http://json2html.com/ that's a good way to Transform JSON to HTML.