Hi tomycase,
I have my test project working, mostly.
I am able to LOAD the ARRAY values from an external text JSON file.
Filename: "Key1_data.ckd" (TEXT FILE)
Inside the TEXT JSON file:
{"c2array":true,"size":[5,1,1],"data":[[["B"]],[["A"]],[["A"]],[["A"]],[["B"]]]}
I have not been able to find a way to SAVE the same ARRAY to this same TEXT JSON file
located in my FILES folder?
Any help would be greatly appreciated..