JsonReader members

Processes a JavaScript Object Notation (JSON) string to create the client object.

The JsonReader type exposes the following members.

Constructors

  Name Description
Public method JsonReader Initializes a new instance of the JsonReader class with the specified TextReader object and the ClientRuntimeContext object. This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property Context Gets the current client runtime context. This member is reserved for internal use and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Dispose Releases all resources used by the TextPeekReader. This member is reserved for internal use and is not intended to be used directly from your code.
Public method PeekName Gets the value of the JSON token whose type is Name. This member is reserved for internal use and is not intended to be used directly from your code.
Public method PeekTokenType Gets the type of a JSON token. This member is reserved for internal use and is not intended to be used directly from your code.
Public method Read<T> Creates a generic object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadArray<T> Creates a generic array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadArrayEnd Reads the token whose type is ArrayEnd. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadArrayStart Reads the token whose type is ArrayStart. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadBoolean Creates a Boolean object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadBooleanArray Creates a Boolean array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadByte Creates a Byte object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadByteArray Creates a Byte array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadChar Creates a Char from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDateTime Creates a DateTime object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDateTimeArray Creates a DateTime array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDecimal Reads the Decimal value.
Public method ReadDecimalArray Reads an array of Decimal objects.
Public method ReadDictionary() Creates a Dictionary<TKey, TValue> object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDictionary<T>() Creates a generic Dictionary<TKey, TValue> with a generic value from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDouble Creates a Double object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadDoubleArray Creates a Double array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadEnum<T> Creates a generic enumeration value from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadEnumArray<T> Creates an enumeration value array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadGuid Creates a Guid object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadGuidArray Creates a Guid array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadInt16 Creates a Int16 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadInt16Array Creates a Int16 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadInt32 Creates a Int32 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadInt32Array Creates a Int32 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadInt64 Creates a Int64 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadInt64Array Creates a Int64 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadKeyValue Creates a KeyValuePair<TKey, TValue> object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadList<T> Creates a generic list object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadName Gets the value of the JSON token whose type is Name. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadObject Creates an Object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadObjectArray Creates an Object array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadObjectEnd Reads the token whose type is ObjectEnd. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadObjectStart Reads the token whose type is ObjectStart. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadSingle Creates a Single object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadSingleArray Creates a Single array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadStream Gets the stream associated with the stream link at the current position.
Public method ReadString Creates a String object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadStringArray Creates a String array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadStringCollection Creates a StringCollection object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadTimeSpan Reads a TimeSpan interval from the JSON token.
Public method ReadTimeSpanArray Reads an array of TimeSpan objects.
Public method ReadUInt16 Creates a UInt16 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadUInt16Array Creates a UInt16 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadUInt32 Creates a UInt32 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadUInt32Array Creates a UInt32 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadUInt64 Creates a UInt64 object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ReadUInt64Array Creates a UInt64 array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)

Top

See also

Reference

JsonReader class

Microsoft.SharePoint.Client namespace