Last active
November 6, 2023 22:27
-
-
Save dremekie/b4d7970ec9ac6eeca20de3ed82dfb43d to your computer and use it in GitHub Desktop.
DX Engine Tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"product_id": "cat05", | |
"name": "Headphones", | |
"description": "Tune out the world with these awesome headphones!" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "p01", | |
"categoryId": "cat05", | |
"name": "Bose QuietComfort Ultra", | |
"price": 549.00 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"product_id": "01", | |
"nbrUnits": 889 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"product_id": "01", | |
"nbrUnits": 341 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment