Click or drag to resize
Json.NET

JsonConvertDeserializeObject Method

 
Overload List
  NameDescription
Public methodStatic memberDeserializeObject(String)
Deserializes the JSON to a .NET object.
Public methodStatic memberDeserializeObjectT(String)
Deserializes the JSON to the specified .NET type.
Public methodStatic memberDeserializeObjectT(String, JsonConverter)
Deserializes the JSON to the specified .NET type using a collection of JsonConverter.
Public methodStatic memberDeserializeObject(String, JsonSerializerSettings)
Deserializes the JSON to a .NET object using JsonSerializerSettings.
Public methodStatic memberDeserializeObjectT(String, JsonSerializerSettings)
Deserializes the JSON to the specified .NET type using JsonSerializerSettings.
Public methodStatic memberDeserializeObject(String, Type)
Deserializes the JSON to the specified .NET type.
Public methodStatic memberDeserializeObject(String, Type, JsonConverter)
Deserializes the JSON to the specified .NET type using a collection of JsonConverter.
Public methodStatic memberDeserializeObject(String, Type, JsonSerializerSettings)
Deserializes the JSON to the specified .NET type using JsonSerializerSettings.
Top
See Also