Compartilhar via


JSONObject.GetJSONObject(String) Método

Definição

Retorna o valor mapeado por name se ele existir e for um JSONObject, ou lança de outra forma.

[Android.Runtime.Register("getJSONObject", "(Ljava/lang/String;)Lorg/json/JSONObject;", "GetGetJSONObject_Ljava_lang_String_Handler")]
public virtual Org.Json.JSONObject GetJSONObject (string name);
[<Android.Runtime.Register("getJSONObject", "(Ljava/lang/String;)Lorg/json/JSONObject;", "GetGetJSONObject_Ljava_lang_String_Handler")>]
abstract member GetJSONObject : string -> Org.Json.JSONObject
override this.GetJSONObject : string -> Org.Json.JSONObject

Parâmetros

name
String

Retornos

Atributos

Exceções

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

Comentários

Retorna o valor mapeado por name se ele existir e for um JSONObject, ou lança de outra forma.

Documentação Java para org.json.JSONObject.getJSONObject(java.lang.String).

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