Method FromJson
FromJson(string)
Parses the specified JSON string and creates a TicketHistory object.
public static TicketHistory FromJson(string json)
Parameters
json
stringThe JSON string from which to create a TicketHistory.
Returns
- TicketHistory
The TicketHistory object.
Exceptions
- DataMinerJsonDeserializationException
Invalid JSON string.