REST-service: data-mapping - json array
Posted: Tue Jan 08, 2013 5:06 pm
Thanks again!
Say, instead of showing a loop, I put up
precode
var i = 0
var row = response;
document.getElementById("questionlabel").innerHTML= row.question;
</pre>/code
"question" is a column name.
Supposedly, I can show row.question in the div called "questionlabel"?
Sorry, if my question becomes very tedious.
/pre