correct json type

Solutions on MaxInterview for correct json type by the best coders in the world

showing results for - "correct json type"
Lydia
29 Mar 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