Use this tag only for questions directly pertaining to the Swift Decodable protocol introduced in Swift 4.
I'm decoding a JSON response in my Swift App, and the code used to work till it decided to stop …
json swift decodableHow does the Swift 4 Decodable protocol cope with a dictionary containing a key whose name is not known until runtime? …
json swift4 decodable