{
"Login ID":
{
"in": "?????? ???"
},
"Password": {
"in": "?????????"
},
"User Name": {
"in": "??????? ?????"
}
}
I Have to Load this Json File and when is pass "Login ID" as parameter i should get return "?????? ???" .
But here First string like ("Login ID") is not like fixed there may be many string come.
I am not getting how to do
in C# or in java script any one platform it possible please help me
in C# or in java script any one platform it possible please help me
Rajeev PunhaniPosted Nov 4, 2016, 3:19 PM
If the above solution is helpful then,accept the answer.
Bikesh SrivastavaPosted Nov 4, 2016, 2:17 PM
Darshan KshirasagarPosted Nov 4, 2016, 6:53 AM
"Login ID":
{
"in": "?????? ???"
},
"Password": {
"in": "?????????"
},
"User Name": {
"in": "??????? ?????"
}
}
Rajeev PunhaniPosted Nov 4, 2016, 6:38 AM
Hi Darshan ,
I think it is similar to http://www.c-sharpcorner.com/forums/deserialize-json-dynamic-array
Darshan KshirasagarPosted Nov 4, 2016, 6:29 AM
Ravi PatelPosted Nov 4, 2016, 6:11 AM
Salman BegPosted Nov 4, 2016, 5:51 AM