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

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