do { let json = try JSONSerialization.jsonObject(with: jsonData, options: []) } catch let e{ print(e.localizedDescription) }