Value Method
Overloads
| Value<T>(String) |
Gets custom value from a json response. |
Value<T>(String)
Gets custom value from a json response.
Declaration
public T Value<T>(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
The property of the response to deserialized. |
Returns
| Type | Description |
|---|---|
| T |
The deserialized value. |
Type Parameters
| Name | Description |
|---|---|
| T |
The type to which the json response should be deserialized. |