Skip to content

Instantly share code, notes, and snippets.

@ArmandoKenneth
Created June 7, 2024 08:51
Show Gist options
  • Select an option

  • Save ArmandoKenneth/dbeeb04b9046685cf820276dad850f8f to your computer and use it in GitHub Desktop.

Select an option

Save ArmandoKenneth/dbeeb04b9046685cf820276dad850f8f to your computer and use it in GitHub Desktop.
B&W - orders JSON
[
{
"id": 1,
"product_id": 75,
"order_date:": "21/04/2020",
"type": "single"
}, {
"id": 2,
"product_id": 25,
"order_date:": "29/02/2021",
"type": "bundle",
"bundle_size": 6
}, {
"id": 3,
"product_id": 13,
"order_date:": "01/01/2019",
"type": "single"
}, {
"id": 4,
"product_id": 885,
"order_date:": "30/01/2019",
"type": "bundle",
"bundle_size": 3
}, {
"id": 5,
"product_id": 1,
"order_date:": "27/12/2021",
"type": "bundle",
"bundle_size": 3
}, {
"id": 6,
"product_id": 74,
"order_date:": "31/12/2021",
"type": "single"
}, {
"id": 7,
"product_id": 980,
"order_date:": "29/02/2021",
"type": "bundle",
"bundle_size": 12
}, {
"id": 8,
"product_id": 45,
"order_date:": "17/08/2021",
"type": "bundle",
"bundle_size": 6
}, {
"id": 9,
"product_id": 44,
"order_date:": "11/03/2021",
"type": "single"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment