Unable to get the key value while json parsing in swift – Ios swift
I am using below code to parse json from API struct ResourceInfo: Decodable { let id: String let type: String // let department: String. -> Unable to get the value for department } struct CustomerInfo: Decodable { let name: String…