@JvmOverloads fun JSONArray.getJSONInt(index: Int, def: Int = 0): Int
get Int from JSONArray
index - index of key
index
def - optional, if key is not presented or some unexpected problem happened, it will be return
def
Return Int object