Deserializes the specified object to a Json object.

Declaration Syntax
public static T DeserializeObject<T>(
string value
)
Public Shared Function DeserializeObject(Of T) ( _
value As String _
) As T
public:
generic<typename T>
static T DeserializeObject(
String^ value
)

Generic Template Parameters
- T
- The type of the object to deserialize.

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)