Skip to content

Instantly share code, notes, and snippets.

@predic8
Created March 11, 2020 03:09
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 predic8/dd7617382e433c6e39e782adf41429ab to your computer and use it in GitHub Desktop.
Save predic8/dd7617382e433c6e39e782adf41429ab to your computer and use it in GitHub Desktop.
{
"id": 731,
"date": "16th of May 2011",
"customer": 17,
"items" : [
{
"quantity": 5,
"description": "Oolong",
"price": 5.98,
"in-stock": true
},
{
"quantity": 2,
"description": "Assam",
"price": 2.95,
"in-stock": false
},
{
"quantity": 10,
"description": "Green Tea",
"price": 1.50,
"in-stock": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment