Method FromJson
FromJson(string)
Deserializes the specified JSON string into a new instance of this class.
public static Job FromJson(string json)
Parameters
json
stringThe JSON string.
Returns
- Job
The deserialized object.
Exceptions
- ArgumentNullException
json
is null.