Skip to content

Instantly share code, notes, and snippets.

@ratul16
Last active August 11, 2020 08:20
Show Gist options
  • Save ratul16/0c4ec059364c2361a8a3343994e8a442 to your computer and use it in GitHub Desktop.
Save ratul16/0c4ec059364c2361a8a3343994e8a442 to your computer and use it in GitHub Desktop.
{
{
"id":123,
"name": "Mango",
"icon": "πŸ₯­",
"price": 100,
"unit": "Kg",
"type": "fruit"
},
{
"id": 223,
"name": "Strawberry",
"icon": "πŸ“",
"price": 220,
"unit": "Kg",
"type": "fruits"
},
{
"id": 33,
"name": "Banana",
"icon": "🍌",
"price": 60,
"unit": "Dz",
"type": "fruits"
},
{
"id": 63,
"name": "Cocacola",
"icon": "πŸ₯€",
"price": 60,
"unit": "Ltr",
"type": "beverage"
},
{
"id": 173,
"name": "Chocolate",
"icon": "🍫",
"price": 100,
"unit": "Pc",
"type": "sweets"
},
{
"id": 23,
"name": "Rice",
"icon": "🍚",
"price": 80,
"unit": "Kg",
"type": "food"
},
{
"id": 49,
"name": "Fish",
"icon": "🐟",
"price": 140,
"unit": "Kg",
"type": "food"
},
{
"id": 87,
"name": "Beef",
"icon": "πŸ„",
"price": 230,
"unit": "Kg",
"type": "food"
},
{
"id": 43,
"name": "Chicken",
"icon": "πŸ”",
"price": 125,
"unit": "Kg",
"type": "food"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment