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