There are many "standards" for the JSON content type:
application/json application/x-javascript text/javascript text/x-javascript text/x-json
Which one do I use, and where? I assume security and browser support issues are a factor.
Related: What MIME type if JSON is being returned by a REST API?
For JSON text:
For JSONP (runnable JavaScript) with callback:
Here are some blog posts that were mentioned in the relevant comments:
text/htmlfor JSONapplication/json