how to parse Json data with custom deserialization
I'm sending API Call and getting response like that { "12312412312124123124": { "id": "12312412312124123124", "content": [ { "id": 41419969} ] }, "141412312412312521": { "id": 141412312412312521", "content": [ { "id": 41419969} ] }} how can I handle to parse this json…