Duplicate: How to iterate through keys and values in a JSON...
In case you have access to a setting that fully supports ECMAScript5, you could employ the (spec | MDN)Object.keysto obtain an array of the enumerable keys for an object. However, if you don't have access to suc