Is there a way to decode a JSON key to a differently named codable property in struct in swift
I have and API that I am making a network request to and the API returns some JSON data. From what I've seen, the most common and generally accepted way to handle that JSON data and work with it, is…