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
Reasons for using inline JSON (instead of a JSON-P service)
You can inline JSON-P as well. OK, you just call that method "inline script", but it has the advantages of both :-)