Parsing a Stock API that contain dates as keys using the Codable protocol
问题 I am trying to parse a stock api from Alpha Vantage . This is what a response looks like: API Response Demo I set up Four classes to use for decoding and encoding: Stocks Meta Data Time Series Open High Low Close I think the problem lies in the Time Series Classes since i am suppose to be getting an array dates as a Key, which each contain Open, Close, High, Low values. All three classes conform to the Codable protocol.I changed the value of the keys in the enum so that it could match the