Created
April 26, 2025 05:35
-
-
Save siwonred/5837f91bcd5519ddca469b9783b8cb55 to your computer and use it in GitHub Desktop.
sample-orders.json
This file contains hidden or 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": "123", "productName": "coffee", "price": 4000, "quantity": 1}, | |
| {"id": "456", "productName": "tea", "price": 4500, "quantity": 1}, | |
| {"id": "789", "productName": "strawberry cake", "price": 8000, "quantity": 1} | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment