And here is an example on how to download an array as a json file, and how to load an array from a json project file. (the project file is empty, it's only for the events)
Thanks alot! I think the reading goes correctly now Problem number 2, parsing it.
RIght now I have (built alongside your example:
EVENT SHEET {
1. SYSTEM | On start of layout [ AJAX | Request testing.json (tag JSON)]
2. AJAX | On "JSON" completed [ Array | Load from JSON string AJAX.LastData ]
3. MOUSE | On Left button Clicked on [T] Text [Text2 | Set test tp Array.At(0) ]
I guess you can see what I try to do here. If user clicks on text2, I want the text to change to the first key in the array. Ofcourse, since I'm such a noob at C2, this doesn't work :') *ashamed*