I need to parse the JSON data which is collection of array using C#.
ItemRelations: [
{
rel: "System.Links.H-Forward",
source: {id: 123456,url: "https://somename.domain.com/DefaultCollection/_apis/wit/Items/123456"},
target: {id: 231856,url: "https://somename.domain.com/DefaultCollection/_apis/wit/Items/231856"}
}
]
I can parse simple JSON string but when it comes the scenario like above how should i proceed?