JsonConvertPopulateObjectAsync Method |
Note: This API is now obsolete.
Namespace: Newtonsoft.Json
[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 )