let jsonResult = NSJSONSerialization.JSONObjectWithData(data!, options: NSJSONReadingOptions.MutableContainers, error: nil) as! NSArray
I am getting error:
Could not cast value of type '__NSDictionaryM' (0x10322f8a8) to 'NSArray' (0x10322f470).## Heading ##