DeserializeObject Method (value)

Json.NET

Json.NET - Quick Starts & API Documentation DeserializeObject Method (value)
NamespacesNewtonsoft.JsonJsonConvertDeserializeObject(String)
Deserializes the JSON to a .NET object.
Declaration Syntax
C# Visual Basic Visual 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 JSON to deserialize.
Return Value
The deserialized object from the Json string.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)