fun getJSONObject(jsonObject: JSONObject?, name: String): JSONObject?
get JSONObject from JSONObject
jsonObject
- target JSONObject
Return
JSONObject object
fun getJSONObject(jsonArray: JSONArray?, index: Int): JSONObject?
get JSONObject from JSONArray
Return
JSONObject object