IssueDeserializationExtensions.

DeserializeToIssue(string) Method

Summary

Deserializes an Issue from a JSON string.

Syntax

public static Issue DeserializeToIssue(this string jsonString)

Parameters

Name Type Description
jsonString string JSON representation of the issue.

Return Value

Type Description
Issue Instance of the issue.
GitHub