Method ListFromJson
| Edit this page View SourceListFromJson(string)
Loads a list of ItemConfigs from a JSON string
Declaration
public static List<ItemConfig> ListFromJson(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | JSON text |
Returns
| Type | Description |
|---|---|
| List<ItemConfig> | Loaded list of ItemConfigs |