Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active January 4, 2024 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/a10be88e85993da83a4751109687cff7 to your computer and use it in GitHub Desktop.
Save dcomartin/a10be88e85993da83a4751109687cff7 to your computer and use it in GitHub Desktop.
{
"id": 123,
"name": "My Menu",
"description": "My Test Menu",
"averageRating": 4.5,
"items": [
{
"name": "Burger",
"price": 5.99
}
],
"hostID": 456,
"dinnerIDs": [
789,
456
],
"reviews": [
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment