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