I got a problem with the Construct 2 Editor of Scirra. I don't really know if this is the right place for this but, I searched for an answer a long time.
I get data of an AJAX Request, which looks like this:
{"data":[ [625],[500] ], [ [400],[500] ], [ [100],[120] ]}
Now, I don't want to get this as a string. I want to split it like
variable a = 625
variable b = 500
And so on.