¿Cuál es el tipo de contenido JSON correcto?

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
gaz_edge