@JvmOverloads fun JSONArray.getJSONString(index: Int, def: String = ""): String
get String 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 String object