alamofire.error Code=-6006 "JSON could not be serialized
问题 Been working on this for a bit with no success. I have a function that goes to a UIButton solely to perform alamofire calls to my rails api which uses all JSON. I'm using Swift 2, Alamofire 3, XCode 7 & Rails 4 for my api which is deployed to Heroku I keep getting this error when I fire off the function : alamofire.error Code=-6006 "JSON could not be serialized. Input data was nil or zero length. Here is my code : @IBAction func Save(sender: AnyObject) { let postsEndpoint: String = "https:/