Json.NET - Quick Starts & API Documentation
ReadJson Method (reader, objectType)
NamespacesNewtonsoft.JsonJsonConverterReadJson(JsonReader, Type)
Reads the JSON representation of the object.
Declaration Syntax
C#Visual BasicVisual C++
public abstract Object ReadJson(
	JsonReader reader,
	Type objectType
)
Public MustOverride Function ReadJson ( _
	reader As JsonReader, _
	objectType As Type _
) As Object
public:
virtual Object^ ReadJson(
	JsonReader^ reader, 
	Type^ objectType
) abstract
Parameters
reader (JsonReader)
The JsonReader to read from.
objectType (Type)
Type of the object.
Return Value
The object value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)