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