Condividi tramite


JSONArray.GetJSONObject(Int32) Metodo

Definizione

Restituisce il valore in corrispondenza index di se esiste ed è un oggetto JSONObject.

[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

Parametri

index
Int32

Restituisce

Attributi

Eccezioni

se il valore non esiste o non è .JSONObject

Commenti

Restituisce il valore in corrispondenza index di se esiste ed è un oggetto JSONObject.

Documentazione java per org.json.JSONArray.getJSONObject(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a