DeserializeObject Method

Json.NET

Json.NET - Quick Starts & API Documentation DeserializeObject Method
NamespacesNewtonsoft.JsonJsonConvertDeserializeObject()()()()
Members
Icon Member Description
DeserializeObject(String)
Deserializes the JSON to a .NET object.

DeserializeObject(String, JsonSerializerSettings)
Deserializes the JSON to a .NET object.

DeserializeObject(String, Type)
Deserializes the JSON to the specified .NET type.

DeserializeObject<(Of <<'(T>)>>)(String)
Deserializes the JSON to the specified .NET type.

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

DeserializeObject<(Of <<'(T>)>>)(String, JsonSerializerSettings)
Deserializes the JSON to the specified .NET type.

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

DeserializeObject(String, Type, JsonSerializerSettings)
Deserializes the JSON to the specified .NET type.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)