Json.NET - Quick Starts & API Documentation
DeserializeObject Method
NamespacesNewtonsoft.JsonJavaScriptConvertDeserializeObject()()()
Members
IconMemberDescription
DeserializeObject(String)
Deserializes the specified object to a Json object.

DeserializeObject(String, Type)
Deserializes the specified object to a Json object.

DeserializeObject<(Of <(T>)>)(String)
Deserializes the specified object to a Json object.

DeserializeObject<(Of <(T>)>)(String, array<JsonConverter>[]()[])
Deserializes the JSON string to the specified type.

DeserializeObject(String, Type, array<JsonConverter>[]()[])
Deserializes the JSON string to the specified type.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)