Hello,
I'm looking for help about instance variables, how to these work at low level?
My problem is that I save the Json format of some objects saved in a server and often I need to change values server-side.
I noticed that when I save the Object.AsJSON its variables change name in a (I suppose) totally randomic long number.
I need to understand how to modify values of those variables from my server but I can't if variables' names are unreliable, how does the value get calculated and how often?