I'm having the service response like,
{
"Name": [
[{
"Key": "A",
"Value": "Sample1"
}
],
[{
"Key": "A",
"Value": "Sample2"
}
],
[{
"Key": "A",
"Value": "Sample3"
}
],
[{
"Key": "A",
"Value": "Sample4"
}
]
],
"Title": "Office"
}
I need the output as Value field.
I tried lot of ways.But not getting any solutions. Please help me..
.
stackoverflow.comm
No comments:
Post a Comment