Deserializes the specified object to a Json object.

Declaration Syntax
Public Shared Function DeserializeObject ( _
value As String, _
type As Type _
) As Object

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)