showing results for - "what is the correct json content type"
Luca
05 Apr 2016
1For JSON text:
2
3application/json
4
5The MIME media type for JSON text is application/json. 
6The default encoding is UTF-8. (Source: RFC 4627).
7
8For JSONP (runnable javascript) with callback:
9
10application/javascript