Skip to content

Instantly share code, notes, and snippets.

@aiworldnow
Last active May 26, 2026 00:53
Show Gist options
  • Select an option

  • Save aiworldnow/7bd3c042b44ef6c928bc7c42a124210e to your computer and use it in GitHub Desktop.

Select an option

Save aiworldnow/7bd3c042b44ef6c928bc7c42a124210e to your computer and use it in GitHub Desktop.
[{
"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