Hello!
I have an android game and I use a JSON file to store the info.
This is the system
This is how it looks inside
I'm working on an update and I need to expland the json with more items, imagine I want to add "Unlock5, 6, 7..." etc.
But I'm not sure on how to do do it, since people who has already a saved state, has the old variable. How could I expand it for users who udpate the app?
Thank you!