Skip to content

Instantly share code, notes, and snippets.

@codingwjan
Created June 16, 2023 12:09
Show Gist options
  • Save codingwjan/b806bd0d795b7936f000cbe4efd7cd7e to your computer and use it in GitHub Desktop.
Save codingwjan/b806bd0d795b7936f000cbe4efd7cd7e to your computer and use it in GitHub Desktop.
{
"foodItems": [
{
"foodName": "white",
"foodCategory": "Headphones",
"foodCalories": 95,
"foodSugar": 19,
"foodDescription": "consequat duis sunt eiusmod proident duis laboris Lorem proident nulla enim veniam amet reprehenderit ex consectetur culpa reprehenderit sint ullamco reprehenderit sunt quis pariatur occaecat dolor ea Lorem non aliqua mollit id adipisicing officia mollit deserunt laborum Lorem occaecat occaecat dolore id tempor proident laboris qui fugiat officia exercitation amet"
},
{
"foodName": "black",
"foodCategory": "Headphones",
"foodCalories": 105,
"foodSugar": 17,
"foodDescription": "consequat duis sunt eiusmod proident duis laboris Lorem proident nulla enim veniam amet reprehenderit ex consectetur culpa reprehenderit sint ullamco reprehenderit sunt quis pariatur occaecat dolor ea Lorem non aliqua mollit id adipisicing officia mollit deserunt laborum Lorem occaecat occaecat dolore id tempor proident laboris qui fugiat officia exercitation amet"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment