Function: jsonToGameState()
> jsonToGameState(json): GameState
Defined in: src/index.ts:295
Convert a JSON string to a save data
Parameters
json
string
The JSON string
Returns
The save data
> jsonToGameState(json): GameState
Defined in: src/index.ts:295
Convert a JSON string to a save data
string
The JSON string
The save data