Suggestions: JSON response MIME type
Feb 15, 2011
Minor suggestion: Currently the MIME type for your HTTP/JSON response is set to text/plain. It renders as plain text in the browser, which honestly is very hard to read anyway (I have to copy-paste it out in order to read).
Is it possible for you to change it to the standard application/json MIME type according to RFC? http://www.ietf.org/rfc/rfc4627.txt
In this way, I can use a Firefox add-on "JSON View" to automatically render it properly.
Is it possible for you to change it to the standard application/json MIME type according to RFC? http://www.ietf.org/rfc/rfc4627.txt
In this way, I can use a Firefox add-on "JSON View" to automatically render it properly.