Method | Description | |
---|---|---|
Dispose ( ) : void | ||
IsNull ( ) : bool | ||
JsonReader ( TextReader reader ) : System | ||
Read ( ) : object |
Reads from the current JSON serialized stream.
|
|
ReadArrayProperty ( ) : |
Reads an array property from the JSON serialized stream.
|
|
ReadMatrix ( ) : Matrix |
Reads a Matrix from the underlying Json stream.
|
|
ReadMatrixProperty ( ) : |
Reads the matrix property.
|
|
ReadProperty ( ) : |
Reads a property from the JSON serialized stream.
|
|
ReadVector ( ) : |
Reads a Vector from the underlying Json stream.
|
|
ReadVectorProperty ( ) : |
Reads the vector property from the underlying Json stream..
|
Method | Description | |
---|---|---|
EatWhitespace ( ) : void | ||
PeekChar ( ) : int | ||
PeekToken ( int token ) : void | ||
ReadArray ( ) : object[] | ||
ReadChar ( ) : int | ||
ReadEndObject ( ) : void | ||
ReadLiteral ( ) : object | ||
ReadNumber ( ) : double | ||
ReadObject ( ) : object | ||
ReadStartObject ( ) : void | ||
ReadString ( ) : string | ||
ReadToken ( int token ) : void |
public JsonReader ( TextReader reader ) : System | ||
reader | TextReader | |
return | System |