I have the following JSON:
{
likes: {
data: [ ],
summary: {
total_count: 1
}
},
comments: {
data: [ ],
summary: {
order: "chronological",
total_count: 0
}
},
created_time: "2015-12-06T15:45:27+0000",
id: "111645995872678"
}
I just need total_count of shares and likes, how to get these values out from this json ?
I am new to C# so don't mind please.