How to create a struct model from a complex JSON response – Ios swift
I am trying to consume data from an api in swift, json data has successfully been delivered back to the app but the json response from my backend is very complex hence forming struct for my model is very difficult.…