标签: ios json nsjsonserialization
它总是告诉我错误,但我不知道那是什么错误。我之前使用过该方法,但现在却是错误
let jsonResult = try NSJSONSerialization.JSONObjectWithData(data!, options: NSJSONReadingOptions.MutableContainers) as! Array<AnyObject>