JsonConvertDeserializeObjectAsync Method (String) |
Note: This API is now obsolete.
Namespace: Newtonsoft.Json
[ObsoleteAttribute("DeserializeObjectAsync is obsolete. Use the Task.Factory.StartNew method to deserialize JSON asynchronously: Task.Factory.StartNew(() => DeserializeObject(value))")] public static Task<Object> DeserializeObjectAsync( string value )