tns-template-master-detail-kinvey
Version:
Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.
68 lines (67 loc) • 2.21 kB
JSON
[{
"class": "Luxury",
"doors": 2,
"hasAC": true,
"imageUrl": "https://storage.googleapis.com/f951c6deade64ba687d0b8ea8421be56/fc037959-6585-4757-8a0f-76a7d94a5029/BMW-5-Series.jpg",
"luggage": 3,
"name": "BMW 5 Series",
"price": 76,
"seats": "2",
"transmission": "Automatic"
},
{
"class": "Luxury",
"doors": 5,
"hasAC": false,
"imageUrl": "https://storage.googleapis.com/f951c6deade64ba687d0b8ea8421be56/f4e2f6ac-7f06-4493-9c55-525269cb8f6b/Ford-KA.jpg",
"luggage": 3,
"name": "Ford KA",
"price": 44,
"seats": "4 + 1",
"transmission": "Automatic"
},
{
"class": "Mini",
"doors": 2,
"hasAC": true,
"imageUrl": "https://storage.googleapis.com/f951c6deade64ba687d0b8ea8421be56/0e239200-d17d-4a2d-8b0d-92af84853384/Smart.jpg",
"luggage": 1,
"name": "Smart",
"price": 39,
"seats": "2",
"transmission": "Manual"
},
{
"class": "Standard",
"doors": 5,
"hasAC": true,
"imageUrl": "https://storage.googleapis.com/f951c6deade64ba687d0b8ea8421be56/6ee28744-2fa1-4f0c-b8e9-c6ed9aa89ef2/Kia-Sorento.jpg",
"luggage": 2,
"name": "Kia Sorento",
"price": 45,
"seats": "4 + 1",
"transmission": "Manual"
},
{
"class": "Luxury",
"doors": 3,
"hasAC": true,
"imageUrl": "https://storage.googleapis.com/f951c6deade64ba687d0b8ea8421be56/b9e8761a-c6f5-42ba-b6ac-e691a7a308df/Mazda-MX-5.jpg",
"luggage": 2,
"name": "Mazda MX-5",
"price": 53,
"seats": "2",
"transmission": "Automatic"
},
{
"class": "Luxury",
"doors": 3,
"hasAC": false,
"imageUrl": "https://storage.googleapis.com/f951c6deade64ba687d0b8ea8421be56/b7131b11-85bc-4faa-94e0-531cbc4bfdb6/Mercedes-S-Class-Cabriolet.jpg",
"luggage": 2,
"name": "Mercedes S-Class Cabriolet",
"price": 89,
"seats": "4",
"transmission": "Manual"
}
]