How to read a Json string with dynamic Node using c# ? I am not able to read the keys and sub nodes in the key.
{
"2030417": [{
"country": "Malaysia",
"push": 20543,
"click": 752,
"ctr": 3.66,
"cpc": 0.03,
"conversion": 0,
"conversionrate": 0,
"cpa": 0,
"SOV%": "3.87"
}],
"2032769": [{
"country": "India",
"push": 10460,
"click": 0,
"ctr": 0,
"cpc": 0.001,
"conversion": 7,
"conversionrate": 0.07,
"cpa": 2.22,
"SOV%": "0.28"
}]
}