Skip to content

Instantly share code, notes, and snippets.

@johnlpage
Created June 13, 2022 15:59
Show Gist options
  • Save johnlpage/545197abb50371f235e4dc6e0a8202de to your computer and use it in GitHub Desktop.
Save johnlpage/545197abb50371f235e4dc6e0a8202de to your computer and use it in GitHub Desktop.
{
CustomerId: 123,
Name : { First: "John", Last: "Page"},
TotalSpend: 261,
Purchases: [
{ PurchaseID: 519, Item: 25, Quantity: 2, Price: 50 },
{ PurchaseID: 530, Item: 25, Quantity: 1, Price: 180 },
{ PurchaseId: 640, Item: 9, Quantity: 1, Price: 31 }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment