Populate Method
From Json.NET
Json.NET - Quick Starts & API Documentation
Populate Method
Namespaces ► Newtonsoft.Json ► JsonSerializer ► Populate()()()()
| Icon | Member | Description |
|---|---|---|
|
|
Populate(TextReader, Object) |
Populates the JSON values onto the target object.
|
|
|
Populate(JsonReader, Object) |
Populates the JSON values onto the target object.
|