SDK-iOS
SDK-iOS copied to clipboard
Could not cast value of type 'NSNull' to 'NSDictionary'.
trafficstars
Hi, I meet some problem about JSON parser. The problem occurs in response.swift file at following code:
let json = json["results"] as! [String : AnyObject]
These codes are located in 55th line.