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