Click or drag to resize

JsonConvertPopulateObject Method (String, Object, JsonSerializerSettings)

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void PopulateObject(
	string value,
	Object target,
	JsonSerializerSettings settings
)

Parameters

value
Type: SystemString
target
Type: SystemObject
settings
Type: Newtonsoft.JsonJsonSerializerSettings
See Also