I'm rather confused on dictionaries. I think its just a mind blank but I've been tryna figure it out the last hour and a half and I can't.
I have a file called "achievements.json", I want to be able to set a dictionary to this so I can keep track of the completed achievements. I need this dictionary to be able to be edited in 2 different areas (menu and game) and I need to be able to read this data in the achievements tab. Everything I try for this just seems to complicated.
So yeah question is, how can I set a dictionary to a json file inside the project?