lookup> application/json

application/json

application/json is a application media type commonly associated with .json, .map extensions.

applicationUTF-8CompressibleContent-Type
MIME typeapplication/json
Extensions.json .map
CharsetUTF-8
CompressibleYes
Sourceiana

application/json

application/json is one of the application media types used on the internet, with charset UTF-8, and it is safe to compress for transport. When serving this content over HTTP, set the Content-Type header in the response, for example:

Content-Type: application/json; charset=utf-8

Related entities: associated extensions include .json.map, and is delivered over HTTP via the Content-Type header, commonly with GET, POST, PUT and PATCH requests.

Related formats:

JSON Data FileSource Map File
.json .mapserved as
mime type
application/jsonsent via header
http header

application/json is identified in HTTP by the Content-Type header and is commonly used with these methods:

What is application/json?

application/json is a application media type used to identify a content format; servers announce it to clients with the Content-Type header.

Which file extensions use application/json?

Extensions such as .json, .map are associated with this MIME type.

How do I set the Content-Type for application/json?

Send Content-Type: application/json; charset=utf-8 in the HTTP response.

Related extensions

Related MIME types

Related headers

Related methods