I am getting data like this
4706:"APN"
4743:"Owner Name"
4754:"Situs Address"
6231 :"Mailing Address"
in a javascript object. When I copy this into new object it give same output while I want to replace it with my keys like this
0:"APN"
1:"Owner Name"
2:"Situs Address"
3 :"Mailing Address"
Is it possible to do that ? I am copying this object in tblheader
tblHeader=features[i].attributes.fields.values;