Skip to content

Commit ba965f8

Browse files
committed
bpo-30824: Add .json mimetype
1 parent da5e930 commit ba965f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def _default_mime_types():
439439
'.jpeg' : 'image/jpeg',
440440
'.jpg' : 'image/jpeg',
441441
'.js' : 'application/javascript',
442+
'.json' : 'application/json',
442443
'.ksh' : 'text/plain',
443444
'.latex' : 'application/x-latex',
444445
'.m1v' : 'video/mpeg',

0 commit comments

Comments
 (0)