Table of Contents

Method FromIndexedJson

Namespace
Skyline.DataMiner.Net.Ticketing
Assembly
SLNetTypes.dll

FromIndexedJson(string)

Converts a JSON string to a Ticket object.

public static Ticket FromIndexedJson(string json)

Parameters

json string

The JSON string to parse to Ticket instance.

Returns

Ticket

Ticket object parsed from the JSON string.