How to Save & Load Game Data

I would like to know how to save and load data for character information and item information. Will it involve serializing the data and saving it as JSON, or writing it to a database?

Is it about the character’s current status or inventory items?
Basically, they will be saved using variables or a database.

1 Like

Thank you for your answer. I’ll try it with the database for now.