in that case you should iterate through the keys:
var a = [{"mystatus":"test"}] ;
for(var i=0;i<a.length;i++){
var obj = a[i];
for(var key in obj){
//do something with key , key here is "mystatus" string
}
}
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Question-about-work-with-JSON-tp6206904p6214573.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel