(Solved) Which JSON content type do I use?

[ad_1]

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

Here are some blog posts that were mentioned in the relevant comments:

9

[ad_2]

solved Which JSON content type do I use?