JSONStringer.Array Method

Definition

Begins encoding a new array.

[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

Returns

this stringer.

Attributes

Exceptions

Remarks

Begins encoding a new array. Each call to this method must be paired with a call to #endArray.

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

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to