I have the following Datastructur in Javascript
data: {…}
0_0: {…}
file: “xy.jpg”
height: 256
width: 256
<prototype>: Object { … }
0_256: {…}
file: "xx.jpg"
height: 256
width: 256
<prototype>: Object { … }
How can I get the data from "0_256"?