JsonReader.ReadObject Method
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.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function ReadObject As Object
'Usage
Dim instance As JsonReader
Dim returnValue As Object
returnValue = instance.ReadObject()
public Object ReadObject()
Return Value
Type: System.Object
Object .
Remarks
The type of the Object that is created by this method must be one of the types in the JsonTokenType. The JSON string that is used to create the Object must start with the “{” and end with the “}”.