Hello, I am making a very, very complex save system (I have 3 structures, all of which have hundreds of booleans, numbers, and text), and I’m trying to find a somewhat easier way to save, and load these values.
My MAIN struggle is booleans, but it would also be way easier to save the structure itself
I already tried individually saving each individual value, and loading it (you can already imagine how stressed out I was to find that it didn’t work), and wonder if it’s possible to just save a structure, including all of its children, and loading it, whether it be from a jSON string, or something else, and be able to do this for all 3 (i just need to know how to save one structure)