Possible Duplicate:
The *right* JSON content type?
I am using java for the server side programming and I want to return json data from the server side. Now my question is I have come across the several return format of JSON as below
application/json
text/javascript
text/x-json
application/x-javascript
text/x-javascript
Out of which according to the standard what should be used as the currect format of MIME type ?