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