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