Skip to content

Instantly share code, notes, and snippets.

@anjijava16
Created December 20, 2021 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjijava16/4451cd73b074457ff51470c0e2aac0ad to your computer and use it in GitHub Desktop.
Save anjijava16/4451cd73b074457ff51470c0e2aac0ad to your computer and use it in GitHub Desktop.
{
"_id" : "F0FF0BA8-CEF4-454C-9173-FA7C546F7179",
"customerId" : "A852CB99-DAA1-4348-A86F-622D4478A7D0",
"orderDate" : "2013-07-11T00:00:00",
"shipDate" : "2013-07-18T00:00:00",
"details" : [
{
"sku" : "LJ-0192-M",
"name" : "Long-Sleeve Logo Jersey, M",
"price" : 49.99,
"quantity" : 1
},
{
"sku" : "SH-W890-M",
"name" : "Women's Mountain Shorts, M",
"price" : 69.99,
"quantity" : 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment