i am trying to parse Json Array using JSON.net on C#.How can i do it easily?
[
{
"1":[
"Fax1",
"Fax2",
"Fax3"
]
},
{
"2":[
"Voice1",
"Voice2",
"Voice3"
]
},
{
"3":[
"IVR1",
"IVR2",
"IVR3"
]
}
]