Json.NET - Quick Starts & API Documentation
ToObject Method
Namespaces ► Newtonsoft.Json.Linq ► JToken ► ToObject()()()()

Icon | Member | Description |
---|---|---|
![]() |
ToObject<(Of <<'(T>)>>)()()()() |
Creates the specified .NET type from the JToken.
|
![]() |
ToObject<(Of <<'(T>)>>)(JsonSerializer) |
Creates the specified .NET type from the JToken using the specified JsonSerializer.
|