Here is the data: I simply want to display titles and ratings in a list, that's it. The API endpoint looks like this: {apikey}{password}@{shopname}.myshopify/admin/api/{api-version}/{resource.json}.
{
"orders": [
{ "tittle" : "name 1", "rating": 5 },
{ "tittle" : "name 2", "rating": 3 },
{ "tittle" : "name 3", "rating": 1 },
{ "tittle" : "name 4", "rating": 2 },
]
}