IssueDeserializationExtensions.

DeserializeToIssues(string) Method

Summary

Deserializes an System.Collections.Generic.IEnumerable`1 from a JSON string.

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<Issue> List of issues.
GitHub