Last active
May 26, 2026 00:53
-
-
Save aiworldnow/7bd3c042b44ef6c928bc7c42a124210e to your computer and use it in GitHub Desktop.
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
| [{ | |
| "order_id": "1", | |
| "customer_id": "1", | |
| "item": { | |
| "type": "Sneakers", | |
| "color": "blue", | |
| "size": "10" | |
| }, | |
| "status": "delivered" | |
| }, | |
| { | |
| "order_id": "2", | |
| "customer_id": "1", | |
| "item": { | |
| "type": "Boots", | |
| "color": "brown", | |
| "size": "10.5" | |
| }, | |
| "status": "delivered" | |
| }, | |
| { | |
| "order_id": "3", | |
| "customer_id": "1", | |
| "item": { | |
| "type": "Shoes", | |
| "color": "black", | |
| "size": "10" | |
| }, | |
| "status": "delivered" | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment