Please help me to parse array from this json in C#:
{
"error_code":0,
"response":
{
"17":
{
"id":"17","name":"Books"
},
"21":
{
"id":"21","name":"Movies"
},
"13":
{
"id":"13","name":"Cafe"
},
"5":
{
"id":"5","name":"Music"
},
"49":
{
"id":"49","name":"Theatres"
}
}
}
I'm using the Newtonsoft.Json library