parse JSON . I have server response
Posted
by
GauravBOSS
on Stack Overflow
See other posts from Stack Overflow
or by GauravBOSS
Published on 2012-03-20T12:18:34Z
Indexed on
2012/03/21
11:29 UTC
Read the original article
Hit count: 259
i am new in JSON Parsing . i have a server response how i can fetch the "Device Name and Id" of 0 index.
thanks in Advance
{
Successfully =
(
{
0 = {
DeviceName = Tommy;
DeviceTypeId = 1;
EMEI = xxxxxx;
GId = xxxxx;
Id = 105;
Pet = "<null>";
PetImage = "352022008228784.jpg";
ProtocolId = xxxx;
SimNo = xxxxx;
};
}
);
}
© Stack Overflow or respective owner