Hello!
I load a JSON file in an array on the start of one layout. The data of this array pass by changes during the game, but when I start that layout the "on start of layout" reload the JSON file on the array, erassing the game progress related to this array, so I want to change the json file (save it with the new data of the array).
I dindt find an option to save, just dowload (what is not the point) an load (array.AsJSON) but its not working, I dont know how. I want some help with some thing I'm not understending on this point, to save the json with the new data of the array, so when "on the start of layout" load the json file into the array it will load the right data.