We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc83af commit 47e5f79Copy full SHA for 47e5f79
1 file changed
Lib/mimetypes.py
@@ -442,6 +442,7 @@ def _default_mime_types():
442
'.jpeg' : 'image/jpeg',
443
'.jpg' : 'image/jpeg',
444
'.js' : 'application/javascript',
445
+ '.json' : 'application/json',
446
'.ksh' : 'text/plain',
447
'.latex' : 'application/x-latex',
448
'.m1v' : 'video/mpeg',
0 commit comments