Method FromJson
| Improve this Doc View SourceFromJson(string)
Loads a single SmelterConversionConfig from a JSON string
Declaration
public static SmelterConversionConfig FromJson(string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | JSON text |
Returns
Type | Description |
---|---|
SmelterConversionConfig | Loaded SmelterConversionConfig |