7
Reply

Json file parse and read data

Darshan Kshirasagar

Darshan Kshirasagar

Nov 4 2016 5:25 AM
295
I Have Json File like Below

{
"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  

Answers (7)