The members of Android.Util.JsonReader are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new instance that reads a JSON-encoded stream from in. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
BeginArray()Consumes the next token from the JSON stream and asserts that it is the beginning of a new array. | ||
BeginArrayAsync()Documentation for this section has not yet been entered. | ||
BeginObject()Consumes the next token from the JSON stream and asserts that it is the beginning of a new object. | ||
BeginObjectAsync()Documentation for this section has not yet been entered. | ||
Close()Closes this JSON reader and the underlying Java.IO.Reader. | ||
EndArray()Consumes the next token from the JSON stream and asserts that it is the end of the current array. | ||
EndArrayAsync()Documentation for this section has not yet been entered. | ||
EndObject()Consumes the next token from the JSON stream and asserts that it is the end of the current array. | ||
EndObjectAsync()Documentation for this section has not yet been entered. | ||
NextBoolean()Returns the JsonToken.Boolean value of the next token, consuming it. | ||
NextBooleanAsync()Documentation for this section has not yet been entered. | ||
NextDouble()Returns the JsonToken.Number value of the next token, consuming it. | ||
NextDoubleAsync()Documentation for this section has not yet been entered. | ||
NextInt()Returns the JsonToken.Number value of the next token, consuming it. | ||
NextIntAsync()Documentation for this section has not yet been entered. | ||
NextLong()Returns the JsonToken.Number value of the next token, consuming it. | ||
NextLongAsync()Documentation for this section has not yet been entered. | ||
NextName()Returns the next token, a JsonToken.Name, and consumes it. | ||
NextNameAsync()Documentation for this section has not yet been entered. | ||
NextNull()Consumes the next token from the JSON stream and asserts that it is a literal null. | ||
NextNullAsync()Documentation for this section has not yet been entered. | ||
NextString()Returns the JsonToken.String value of the next token, consuming it. | ||
NextStringAsync()Documentation for this section has not yet been entered. | ||
Peek()Returns the type of the next token without consuming it. | ||
PeekAsync()Documentation for this section has not yet been entered. | ||
SkipValue()Skips the next value recursively. | ||
SkipValueAsync()Documentation for this section has not yet been entered. |