So for a project I am doing for school, we need to decode some model objects using objective-c and others using swift.
I am trying to decode the json as an array of multiple sol detail objects. It is able to decode the name and total_photos
keys, but when it gets to the photos:
dictionary it crashes and is unable to decode. Any guidance towards a solution with this would be much appreciated.