Compartilhar via


JSONArray.GetJSONObject(Int32) Método

Definição

Retorna o valor em index se ele existir e for um JSONObjectarquivo .

[Android.Runtime.Register("getJSONObject", "(I)Lorg/json/JSONObject;", "GetGetJSONObject_IHandler")]
public virtual Org.Json.JSONObject? GetJSONObject (int index);
[<Android.Runtime.Register("getJSONObject", "(I)Lorg/json/JSONObject;", "GetGetJSONObject_IHandler")>]
abstract member GetJSONObject : int -> Org.Json.JSONObject
override this.GetJSONObject : int -> Org.Json.JSONObject

Parâmetros

index
Int32

Retornos

Atributos

Exceções

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

Comentários

Retorna o valor em index se ele existir e for um JSONObjectarquivo .

Documentação Java para org.json.JSONArray.getJSONObject(int).

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

Aplica-se a