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