Xcode – Decoding nested JSON when the keys at the lowest level are the same
I need your help on decoding this piece of JSON { "json": { "firstItem": { "key": "key", "value": "data" }, "secondItem": { "key": "key", "value": "data" }, "thirdItem": { "key": "key", "value": "data" },.......... //All of the data, which is…