Skip to content

Instantly share code, notes, and snippets.

@siwonred
Created April 26, 2025 05:35
Show Gist options
  • Select an option

  • Save siwonred/5837f91bcd5519ddca469b9783b8cb55 to your computer and use it in GitHub Desktop.

Select an option

Save siwonred/5837f91bcd5519ddca469b9783b8cb55 to your computer and use it in GitHub Desktop.
sample-orders.json
[
{"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