Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tedgonzalez/765d539adc021b6d2972563f5a6a6b1c to your computer and use it in GitHub Desktop.
Save tedgonzalez/765d539adc021b6d2972563f5a6a6b1c to your computer and use it in GitHub Desktop.
[
{
"food": {
"date": "2020-01-01",
"restaurantName": "Restaurant",
"totalCost": "8.00",
"orders": [
{
"name": "Pizza",
"cost": "100"
}
]
}
},
{
"passenger": {
"carType": {
"name": "SUV",
"distanceFare": "1.00",
"timeFare": "1.00"
},
"date": "2020-01-01",
"distance": "2 km",
"time": "10 min",
"totalCost": "8.00"
}
},
{
"package": {
"date": "2020-01-01",
"totalCost": "8.00",
"weight": "1 kg",
"size": "SMALL"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment