add json mime type according to RFC4627

This commit is contained in:
Daniel Gultsch 2024-02-11 08:45:46 +01:00
parent 6182ba9f93
commit 93b5a099b0
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -68,6 +68,7 @@ public final class MimeUtils {
// by guessExtensionFromMimeType.
add("application/andrew-inset", "ez");
add("application/dsptype", "tsp");
add("application/json", "json");
add("application/epub+zip", "epub");
add("application/gpx+xml", "gpx");
add("application/hta", "hta");