Skip to content

Instantly share code, notes, and snippets.

@andteki
Created September 21, 2021 17:06
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 andteki/7967cfeeb6fdceb59f5e4c77590cc68f to your computer and use it in GitHub Desktop.
Save andteki/7967cfeeb6fdceb59f5e4c77590cc68f to your computer and use it in GitHub Desktop.
{
"products": {
"items": [
{ "id": "1", "name": "CPU", "price": "68000" },
{ "id": "2", "name": "HDD", "price": "42000" },
{ "id": "3", "name": "VGA", "price": "34000" },
{ "id": "4", "name": "MOU", "price": "10000" }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment