function
saveToJson(struct/array)
Saves a stuct/array nested datat structure to a file.
| Name | Type | Description |
|---|---|---|
| struct | struct/array |
/array The stuct/array nested datat structure to be saved |
| filename | string |
The name under the file will be saved |
undefined N/A
saveToJson(player_data, "player_save.json");
Copyright © 2021, Milan Varady. Built on June 28, 2021 using GMDoc.