Possible Duplicate:
How to parse json string to javascript object
I am trying to get the values of returned JSON object by using javascript.
returned data
data: "[{"userID":"35047","testID":"5","subject":"1"..and more}]
in javascript, how do I loop through the userID/testID and value...etc.
Thanks for the help