Compartilhar via


JSONArray.OptJSONObject(Int32) Método

Definição

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

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

Parâmetros

index
Int32

Retornos

Atributos

Comentários

Retorna o valor em index se ele existir e for um JSONObjectarquivo . Retorna null caso contrário.

Documentação Java para org.json.JSONArray.optJSONObject(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