Sorry it's actually not working. This method always overwrite the first column. I've tried everything I can think of but it just wont accept anything.
The first solution that seemed obvious to me was to just set the array Y size to +1 first and then just add it to the newly created y row of the array.
I've tried pushing in the new Y column as well, but that doesn't work either. I'm confused by how complicated manipulating arrays is.
All I wanna do is:
1. add new y row
2. set x values at new y row to the array that is written in the json.
Why is this so complicated to do?
Maybe I'm trying to hammer a nail with a screwdriver here. Should I be using using dictionary or something else?