Update responseJSON to responseDecodable in Swift – Ios swift
I'm new to Swift and I'm trying to upgrade some old Swift code. I'm getting the below warning: 'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead. ...in the below code: extension Alamofire.DataRequest {…