Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 8, 2023 12:21
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 bjoerntx/dc176f36620e0a41203e937cbf871463 to your computer and use it in GitHub Desktop.
Save bjoerntx/dc176f36620e0a41203e937cbf871463 to your computer and use it in GitHub Desktop.
[
{
"articles": [
{
"id": 1,
"name": "Product A",
"description": "Description of product A",
"price": 200,
"qty": 5,
"discount": 0.2
},
{
"id": 2,
"name": "Product B",
"description": "Description of product B",
"price": 244,
"qty": 50,
"discount": 0.0
},
{
"id": 3,
"name": "Product C",
"description": "Description of product C",
"price": 677,
"qty": 2,
"discount": 0.5
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment