Constructors
-
Json
Text Initializes a new instance of the JsonTextReader class with the specified TextReader.Reader(Text Reader)
Methods
- Close() virtual Changes the reader's state to Closed. If CloseInput is set to true, the underlying TextReader is also closed.
-
Has
Line sealed Gets a value indicating whether the class can return line information.Info() - Read() virtual Reads the next JSON token from the underlying TextReader.
-
Read
As virtual Reads the next JSON token from the underlying TextReader as a Nullable`1 of Boolean.Boolean() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Nullable`1 of Boolean.Boolean Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a Byte[].Bytes() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Byte[].Bytes Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a Nullable`1 of DateTime.Date Time() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Nullable`1 of DateTime.Date Time Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a Nullable`1 of DateTimeOffset.Date Time Offset() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Nullable`1 of DateTimeOffset.Date Time Offset Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a Nullable`1 of Decimal.Decimal() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Nullable`1 of Decimal.Decimal Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a Nullable`1 of Double.Double() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Nullable`1 of Double.Double Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a Nullable`1 of Int32.Int32() -
Read
As virtual Asynchronously reads the next JSON token from the source as a Nullable`1 of Int32.Int32Async(Cancellation Token) -
Read
As virtual Reads the next JSON token from the underlying TextReader as a String.String() -
Read
As virtual Asynchronously reads the next JSON token from the source as a String.String Async(Cancellation Token) -
Read
Async(Cancellation virtual Asynchronously reads the next JSON token from the source.Token)
Properties
-
Array
Pool Gets or sets the reader's character buffer pool. -
Line
Number sealed Gets the current line number. -
Line
Position sealed Gets the current line position. -
Property
Name Gets or sets the reader's property name table.Table