PopulateObject Method (value, target)

Json.NET

Json.NET - Quick Starts & API Documentation PopulateObject Method (value, target)
NamespacesNewtonsoft.JsonJsonConvertPopulateObject(String, Object)
Populates the object with values from the JSON string.
Declaration Syntax
C# Visual Basic Visual C++
public static void PopulateObject(
	string value,
	Object target
)
Public Shared Sub PopulateObject ( _
	value As String, _
	target As Object _
)
public:
static void PopulateObject(
	String^ value, 
	Object^ target
)
Parameters
value (String)
The JSON to populate values from.
target (Object)
The target object to populate values onto.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)