12 of 18
try to make it clearer that it's application/json by using similar formatting to the JSONP block.
rogerdpack
- 67.8k
- 40
- 291
- 410
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 comments that are relevant.
Gumbo
- 657.5k
- 112
- 793
- 852