Json.NET - Quick Starts & API Documentation
DeserializeObject<(Of <(<'T>)>)> Method (value)
Namespaces ► Newtonsoft.Json ► JsonConvert ► DeserializeObject<(Of <<'(T>)>>)(String)
Deserializes the JSON to the specified .NET type.
Declaration Syntax
Generic Template Parameters
- T
- The type of the object to deserialize to.
Parameters
- value (String)
- The JSON to deserialize.
Return Value
The deserialized object from the Json string.