Is there anybody who knows that how can I get the string "num12" from this JSON array in android with JSONObject and JSONArray?
[{
"id": 7378,
"status": "publish",
"acf": {
"dars": [{
"title": "math",
"cat": "cat1",
"kind": "free",
"question": "num1"
},{
"title": "math2",
"cat": "cat12",
"kind": "free",
"question": "num12"
}]
}
}]