This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Json.
Summary
Deserializes the JSON from a string.
Syntax
public static T DeserializeJson<T>(this ICakeContext context, string json)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Type Parameters
Name |
Description |
T |
The type to deserialize to. |
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
json |
string |
The JSON string. |
Return Value
Type |
Description |
T |
The Deserialized Object. |