Question 2 part 1
unknown
json
2 years ago
654 B
8
Indexable
{
"station": "Wollongong",
"carList": [
{
"plate": "CL-29-28",
"model": "Nissan X-Trail",
"year": "2020",
"serviceCardList": [
{
"date": "15/09/2021",
"service": "10000km"
},
{
"date": "21/08/2022",
"service": "20000km"
},
{
"date": "15/07/2023",
"service": "30000km"
}
]
},
{
"plate": "PYU-880",
"model": "BMW 330i",
"year": "2017",
"serviceCardList": [
{
"date": "23/04/2019",
"service": "10000km"
},
{
"date": "28/06/2020",
"service": "25000km"
},
{
"date": "01/08/2022",
"service": "40000km"
}
]
}
]
}Editor is loading...