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