How can I parse this array without a key before the square brackets?
[
{
"id": 2,
"model": "RAV 4",
"brand": "Toyota"
},
{
"id": 1,
"model": "A6",
"brand": "Audi"
}
]
There is a similar question, but for Android.
id = 2and at index 1 the dictionary withid = 1. Just enumerate the array.