JSONStringer.Object Method

Definition

Begins encoding a new object.

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

Returns

this stringer.

Attributes

Exceptions

Remarks

Begins encoding a new object. Each call to this method must be paired with a call to #endObject.

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

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