JTokenToObject Method |
| Name | Description | |
|---|---|---|
| ToObjectT |
Creates an instance of the specified .NET type from the JToken.
| |
| ToObject(Type) |
Creates an instance of the specified .NET type from the JToken.
| |
| ToObjectT(JsonSerializer) |
Creates an instance of the specified .NET type from the JToken using the specified JsonSerializer.
| |
| ToObject(Type, JsonSerializer) |
Creates an instance of the specified .NET type from the JToken using the specified JsonSerializer.
|