I'm using Json.Net.My question is:How do I parse below Json in ASP.Net?Thanks in advance.
[
{
"1":[
"Fax1",
"Fax2",
"Fax3"
]
},
{
"2":[
"SES1",
"SES2",
"SES3"
]
},
{
"3":[
"IVR1",
"IVR2",
"IVR3"
]
}
]