Summary
Deserializes an
System.Collections.Generic.IEnumerable`1
from a JSON file.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues .Serialization - Containing Type
- Issue
Deserialization Extensions
Syntax
public static IEnumerable<Issue> DeserializeToIssues(this FilePath filePath)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | Path to the JSON file. |
Return Value
Type | Description |
---|---|
IEnumerable |
List of issues. |