Method FromJson
FromJson<T>(string)
Deserializes a JSON string.
public static T? FromJson<T>(string json)
Parameters
jsonstringThe JSON to deserialize.
Returns
- T
The deserialized object.
Type Parameters
TThe type to deserialize to.
Deserializes a JSON string.
public static T? FromJson<T>(string json)
json stringThe JSON to deserialize.
The deserialized object.
TThe type to deserialize to.