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