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