I have this error on this piece of code, could any one tell me how can I change the this in Swift 2.0
if jsonResponse != nil {
  propertyListResponse = NSJSONSerialization.JSONObjectWithData(jsonResponse, 
    options: NSJSONReadingOptions.MutableLeaves,
    error: nil)
 
     
    