Json.NET - Quick Starts & API Documentation
DeserializeObject Method (value)
NamespacesNewtonsoft.JsonJavaScriptConvertDeserializeObject(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: 2.0.0.0 (2.0.0.0)