Click or drag to resize

JsonConvertPopulateObjectAsync Method

Note: This API is now obsolete.

Namespace:  Newtonsoft.Json
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("PopulateObjectAsync is obsolete. Use the Task.Factory.StartNew method to populate an object with JSON values asynchronously: Task.Factory.StartNew(() => PopulateObject(value, target, settings))")]
public static Task PopulateObjectAsync(
	string value,
	Object target,
	JsonSerializerSettings settings
)

Parameters

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

Return Value

Type: Task
See Also