JSON Integration iTunes Search API (8.
Load Images with SDWebImage using Cocoapod)
----------------------------------------------------------------
let url = URL(string: appResult.artworkUrl100)
cell.imageView.sd_setImage(with: url)
----------------------------------------------------------------
Console Area
Fetching itunes apps from Service layer
Failed to decode Json keyNotFound(CodingKeys(stringValue: "screenshortUrls", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "results", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key CodingKeys(stringValue: \"screenshortUrls\", intValue: nil) (\"screenshortUrls\").", underlyingError: nil))
Failed to fetch apps: keyNotFound(CodingKeys(stringValue: "screenshortUrls", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "results", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key CodingKeys(stringValue: \"screenshortUrls\", intValue: nil) (\"screenshortUrls\").", underlyingError: nil))
-----------------------------------------------------------------
actually i am basic level so, what i do next