Any one please get Strings in multiple JSONArray object using one JSONObject in android. Thank You.
"marks": {
"Language 1 English": {
"Theory": ["ASL", "", "", "", ""],
"ASL": ["ASL", "", "", "", ""]
},
"Mathematics": {
"Theory": ["", "100", "33", "0", "Failed"]
},
"Physics": {
"Theory": ["Practical", "80", "27", "94", "Passed"],
"Practical": ["Practical", "", "", "", ""]
},
"Chemistry": {
"Theory": ["Practical", "", "", "", ""],
"Practical": ["Practical", "", "", "", ""]
},
"Biology/ Computer Science": {
"Theory": ["Practical", "100", "33", "30", "Failed"],
"Practical": ["Practical", "", "", "", ""]
}
}