Json.NET - Quick Starts & API Documentation
DeserializeObject Method (value, type)
NamespacesNewtonsoft.JsonJavaScriptConvertDeserializeObject(String, Type)
Deserializes the specified object to a Json object.
Declaration Syntax
C#Visual BasicVisual C++
public static Object DeserializeObject(
	string value,
	Type type
)
Public Shared Function DeserializeObject ( _
	value As String, _
	type As Type _
) As Object
public:
static Object^ DeserializeObject(
	String^ value, 
	Type^ type
)
Parameters
value (String)
The object to deserialize.
type (Type)
The Type of object being deserialized.
Return Value
The deserialized object from the Json string.

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