Json.NET - Quick Starts & API Documentation
DeserializeObject Method
Namespaces ► Newtonsoft.Json ► JsonConvert ► DeserializeObject()()()()
Members
Icon | Member | Description |
---|---|---|
DeserializeObject(String) |
Deserializes the JSON to a .NET object.
|
|
DeserializeObject(String, JsonSerializerSettings) |
Deserializes the JSON to a .NET object.
|
|
DeserializeObject(String, Type) |
Deserializes the JSON to the specified .NET type.
|
|
DeserializeObject<(Of <<'(T>)>>)(String) |
Deserializes the JSON to the specified .NET type.
|
|
DeserializeObject<(Of <<'(T>)>>)(String, array<JsonConverter>[]()[][]) |
Deserializes the JSON to the specified .NET type.
|
|
DeserializeObject<(Of <<'(T>)>>)(String, JsonSerializerSettings) |
Deserializes the JSON to the specified .NET type.
|
|
DeserializeObject(String, Type, array<JsonConverter>[]()[][]) |
Deserializes the JSON to the specified .NET type.
|
|
DeserializeObject(String, Type, JsonSerializerSettings) |
Deserializes the JSON to the specified .NET type.
|