What is the exact difference between
- Content-type: text/json
- Content-type: application/json
I've been using them randomly and never find any output difference in both http headers?
What is the exact difference between
I've been using them randomly and never find any output difference in both http headers?
application/json
: Official MIME type for jsontext/x-json
: Experimental(unofficial) MIME type for json before application/json got officially registered