Right I've been messing around with json for some time, just pushing it out as text and it hasn't hurt anybody (I know of) but I'd like to start doing things properly.
I have seen so many purported "standards" for the json content type:
application/json
application/x-javascript
text/javascript
text/x-javascript
text/x-json
But which is right? Or best? I gather that there are security and browser support issues varying between them...
(I know there's a similar question but I'd like a slightly more targeted answer.)