Say the string my post returned was broken down like this
id=1&yvar=0&xvar=0&updatetime=0000%2D00%2D00%2000%3A00%3A00&name=test
I can do loader.data.updatetime or whatever other variables and it will return the decoded string. I was wondering how I could loop through and spit all this data into an array instead of typing it out one by one.