Deserializing JSON object to collection
Hi, On hitting a web api service, a json response is being returned.Json response returned has collections within collections. {"id": 123,"iteminfo":{inputs:[]}, {"id":456 ,"iteminfo:{"model":"xyz","Results":[]}}, {"id":789,"iteminfo:{"Type":1...