Langage

JSONStringer.Array Méthode

Définition

Commence l’encodage d’un nouveau tableau.

[Android.Runtime.Register("array", "()Lorg/json/JSONStringer;", "GetArrayHandler")]
public virtual Org.Json.JSONStringer? Array();
[<Android.Runtime.Register("array", "()Lorg/json/JSONStringer;", "GetArrayHandler")>]
abstract member Array : unit -> Org.Json.JSONStringer
override this.Array : unit -> Org.Json.JSONStringer

Retours

cet éditeur de chaînes.

Attributs

Exceptions

Remarques

Commence l’encodage d’un nouveau tableau. Chaque appel à cette méthode doit être associé à un appel à #endArray.

Java documentation pour org.json.JSONStringer.array().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à