I use a number of arrays in my game, each of which uses the array editor and is saved to a .json file. These arrays contain a lot of data and settings that I'd prefer the users not change. On export, even with advanced minification on, the array .json files are unchanged and very readable/editable. Is there a way to make these less editable/readable by the users?