[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
DeserializeObject<(Of <(T>)>)(String)
Deserializes the specified object to a Json object.
DeserializeObject(String)
Deserializes the specified object to a Json object.
DeserializeObject<(Of <(T>)>)(String, array<JsonConverter>[]()[])
Deserializes the JSON string to the specified type.
DeserializeObject<(Of <(T>)>)(String, JsonSerializerSettings)
Deserializes the JSON string to the specified type.
DeserializeObject(String, Type)
Deserializes the specified object to a Json object.
DeserializeObject(String, Type, array<JsonConverter>[]()[])
Deserializes the JSON string to the specified type.
DeserializeObject(String, Type, JsonSerializerSettings)
Deserializes the JSON string to the specified type.

See Also

JsonConvert Class
JsonConvert Members
Facebook.Json Namespace