Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Created January 13, 2022 13:01
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 chanakaDe/1975e7525cf1fec8eb5e0031357f8788 to your computer and use it in GitHub Desktop.
Save chanakaDe/1975e7525cf1fec8eb5e0031357f8788 to your computer and use it in GitHub Desktop.
{
"type": "array",
"data": [
{
"id": 1,
"brand": "apple",
"stock": 500,
"avg_price": 999.5
},
{
"id": 2,
"brand": "samsung",
"stock": 400,
"avg_price": 699.99
},
{
"id": 3,
"brand": "lg",
"stock": 300,
"avg_price": 450.5
},
{
"id": 4,
"brand": "nokia",
"stock": 100,
"avg_price": 850.5
},
{
"id": 5,
"brand": "huawei",
"stock": 50,
"avg_price": 199.99
},
{
"id": 6,
"brand": "ZTE",
"stock": 25,
"avg_price": 99.5
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment