0

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", "", "", "", ""]
    }
}
7
  • what exactly is a problem for you to get it? Commented Mar 26, 2018 at 5:46
  • 5
    Possible duplicate of Parse JSON Array without Key in Android Commented Mar 26, 2018 at 5:48
  • Can't retrieve Pratical json array . Commented Mar 26, 2018 at 5:50
  • You take help from this question: stackoverflow.com/questions/33819700/… Commented Mar 26, 2018 at 5:55
  • Can't retrieve Pratical json array show what you have tried Commented Mar 26, 2018 at 6:15

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.