Skip to content

Instance Property

parameters

The MediaType’s metadata. Zero or more key/value pairs.
var parameters: [String : String]

Discussion

In the MediaType "application/json; charset=utf8":

  • type: "application"

  • subtype: "json"

  • parameters: ["charset": "utf8"]