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 BasicVisual 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: 3.5.0.0 (3.5.0.0)