I have made a request to my server in my app. And posted data something like this.Server side is waiting for all parameters even they are nil. But i couldn\'t add nil values to
Below dictionary will hold one key with nil value
var dict = [String:Any?]() dict["someKey"] = nil as Any?