Instance Property
type
The
MediaType’s discrete or composite type. Usually one of the following.var type: String
Discussion
"text" / "image" / "audio" / "video" / "application
"message" / "multipart"
...
In the MediaType "application/json; charset=utf8":
type:"application"subtype:"json"parameters:["charset": "utf8"]