i have below Json to Parse. I am doing it by means of multiple if else loop . is there is any standard way to parse such json format.? Please provide any help..
JSON:
{
"Info": {
"DeviceInfo": {
"Version": "NA",
"IMEI" : "NA",
"IMSI" : "NA",
"Manufacture" : "NA",
"Network" : "NA",
"Root" : "NA",
"Storage" : "NA"
},
"SettingInfo": {
"Brightness": "NA",
"FlightMode": "NA"
},
"AdvanceInfo": {
"PictureCount": "NA",
"VideoCount": "NA",
"CallIn": "NA",
"CallOut":"NA"
},
"MemoryInfo": {
"RAM": "NA",
"ReadSpeedInternal": "NA",
"WriteSpeedInternal": "NA"
}
}
}