[3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)

(cherry picked from commit 8204b90368)
This commit is contained in:
Miss Islington (bot) 2017-09-06 17:04:14 -07:00 committed by R. David Murray
parent fd645ec6f5
commit e29ab7e751

View file

@ -439,6 +439,7 @@ def _default_mime_types():
'.jpeg' : 'image/jpeg',
'.jpg' : 'image/jpeg',
'.js' : 'application/javascript',
'.json' : 'application/json',
'.ksh' : 'text/plain',
'.latex' : 'application/x-latex',
'.m1v' : 'video/mpeg',