JSONArray.GetJSONArray(Int32) Método

Definição

Retorna o valor em index se ele existe e é um JSONArray.

[Android.Runtime.Register("getJSONArray", "(I)Lorg/json/JSONArray;", "GetGetJSONArray_IHandler")]
public virtual Org.Json.JSONArray? GetJSONArray(int index);
[<Android.Runtime.Register("getJSONArray", "(I)Lorg/json/JSONArray;", "GetGetJSONArray_IHandler")>]
abstract member GetJSONArray : int -> Org.Json.JSONArray
override this.GetJSONArray : int -> Org.Json.JSONArray

Parâmetros

index
Int32

Retornos

Atributos

Exceções

se o valor não existir ou não for um JSONArray.

Comentários

Retorna o valor em index se ele existe e é um JSONArray.

Java documentação para org.json.JSONArray.getJSONArray(int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a