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
Parses the file contents into a JObject.
Syntax
public static JObject ParseJsonFromFile(this ICakeContext context, FilePath filename)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
filename |
FilePath |
The filename to serialize from. |
Return Value
Type |
Description |
JObject |
The JObject. |