Skip to content

Commit 47e5f79

Browse files
miss-islingtonbitdancer
authored andcommitted
[2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394)
(cherry picked from commit 8204b90)
1 parent 2bc83af commit 47e5f79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def _default_mime_types():
442442
'.jpeg' : 'image/jpeg',
443443
'.jpg' : 'image/jpeg',
444444
'.js' : 'application/javascript',
445+
'.json' : 'application/json',
445446
'.ksh' : 'text/plain',
446447
'.latex' : 'application/x-latex',
447448
'.m1v' : 'video/mpeg',

0 commit comments

Comments
 (0)