Table of Contents

Method PopulateObject

Namespace
DisCatSharp.Net.Serialization
Assembly
DisCatSharp.dll

PopulateObject(JToken, object)

Populates an object with the values from a JSON node.

public static void PopulateObject(JToken value, object target)

Parameters

value JToken

The token to populate the object with.

target object

The object to populate.