My REST API returns JSON.
I\'m currently returning text/plain as the MIME type, but it feels funny. Should I be returning application/x-javascript or s
application/x-javascript
The MIME type of JSON is
application/json
http://www.ietf.org/rfc/rfc4627.txt
http://www.iana.org/assignments/media-types/application/
More specifically here: