Json.NET - Quick Starts & API Documentation
DeserializeObject Method (value)
Namespaces ► Newtonsoft.Json ► JsonConvert ► DeserializeObject(String)
Deserializes the JSON to a .NET object.
Declaration Syntax
Parameters
- value (String)
- The JSON to deserialize.
Return Value
The deserialized object from the Json string.