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