How I can parse json with multiple data, example I have json:
[
{
name: "test1.png",
x: 41000,
y: 40000
},
{
name: "test2.png",
x: 42000,
y: 40000
}
]
How I can parse json with multiple data, example I have json:
[
{
name: "test1.png",
x: 41000,
y: 40000
},
{
name: "test2.png",
x: 42000,
y: 40000
}
]