JsonConvertDeserializeObject Method |
Name | Description | |
---|---|---|
DeserializeObject(String) |
Deserializes the JSON to a .NET object.
| |
DeserializeObjectT(String) |
Deserializes the JSON to the specified .NET type.
| |
DeserializeObjectT(String, JsonConverter) |
Deserializes the JSON to the specified .NET type using a collection of JsonConverter.
| |
DeserializeObject(String, JsonSerializerSettings) |
Deserializes the JSON to a .NET object using JsonSerializerSettings.
| |
DeserializeObjectT(String, JsonSerializerSettings) |
Deserializes the JSON to the specified .NET type using JsonSerializerSettings.
| |
DeserializeObject(String, Type) |
Deserializes the JSON to the specified .NET type.
| |
DeserializeObject(String, Type, JsonConverter) |
Deserializes the JSON to the specified .NET type using a collection of JsonConverter.
| |
DeserializeObject(String, Type, JsonSerializerSettings) |
Deserializes the JSON to the specified .NET type using JsonSerializerSettings.
|