Swift 4 JSON Parsing Dealing with JSON Key Changes
In the previous post we discussed about parsing JSON using JSONDecoder. In this post we will deal with a very common problem of different keys. At times it happens that we do not agree with the keys coming in JSON and we want to call them something else. We can implement CodingKeys in such situations … Read more