Android.Util.JsonReader.BeginObject Method
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.

Syntax

[Android.Runtime.Register("beginObject", "()V", "")]
public void BeginObject ()

Exceptions

TypeReason
Java.IO.IOException

Remarks

Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11