How to Debug a JSON Save Issue (errata added)

Опубликовано: 20 Октябрь 2024
на канале: SamSpadeGameDev
468
17

A tutorial on how to debug a JSON save issue and verify your data's integrity.

Support me on Patreon!
  / samspadegamedev  

Links:
https://github.com/samspadegamedev/Yo...

Free online JSON Editors
https://jsoneditoronline.org/
https://jsonformatter.curiousconcept....

Outline
0:00 A new problem
0:27 Disclaimer
1:02 Step 1 (Check the Data)
1:24 Step 2 (Data structure to string)
1:49 Step 3 (String to text file)
2:28 Step 4 (Import text file)
2:52 Step 5 (String to data structure)
3:23 GameMaker Example
6:26 Possible Problems

#GameMaker
#JSON
#GML