Decodable
Decodable copied to clipboard
Ambigous operator => xcode 13
Hi, I tried running decodable on xcode 13 and getting error wherever kepath operators being used => showing error Ambigous operator. How to solve this.
Hello,
Did you found a solution, I have the same issue ?
Hello @dash-1234,
I have found something but im stuck on this issue : Generic parameter 'A' could not be inferred.
Im trying to json =>? "credits" => "authors" as! [ContentAuthor]
but its not compile because of json =>? "credits"
Do you know why I got Generic parameter 'A' only on this line ?
Best