I am parsing json data.
let json = try JSONSerialization.jsonObject(with: data, options: []) print(json) let result = json a