Hi, I have no problem using jSON so far except that I am looking for a way to "browse" the items sent from the server to the client in such fashion:
foreach key (keys myJSONobject) {
var value = (myJSONobject[keys]) ;
}
Any hint?
Thanks!
Hi, I have no problem using jSON so far except that I am looking for a way to "browse" the items sent from the server to the client in such fashion:
foreach key (keys myJSONobject) {
var value = (myJSONobject[keys]) ;
}
Any hint?
Thanks!