proper json code example
Example: correct json type
For JSON text:
application/json
The MIME media type for JSON text is application/json.
The default encoding is UTF-8. (Source: RFC 4627).
For JSONP (runnable javascript) with callback:
application/javascript