Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created January 16, 2018 10:01
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 johndowns/4c3e2ede18f752ae0a2da803883747a4 to your computer and use it in GitHub Desktop.
Save johndowns/4c3e2ede18f752ae0a2da803883747a4 to your computer and use it in GitHub Desktop.
{
"id": "ORD1",
"type": "order",
"customer": {
"id": "C1"
},
"items": [
{
"productId": "P1",
"quantity": 6
},
{
"productId": "P2",
"quantity": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment