Skip to content

Instantly share code, notes, and snippets.

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