Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 16, 2023 14:14
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 bjoerntx/f488fadb91b8038861e53d0c8e681b5f to your computer and use it in GitHub Desktop.
Save bjoerntx/f488fadb91b8038861e53d0c8e681b5f to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"customer": {
"id": 1,
"name": "John Doe",
"street": "123 Main St",
"city": "Anytown",
"state": "TX",
"zip": "12345"
},
"items": [
{
"id": 1,
"name": "Widget",
"price": 9.99,
"quantity": 2
},
{
"id": 2,
"name": "Thing",
"price": 5.99,
"quantity": 5
},
{
"id": 3,
"name": "Gadget",
"price": 199.99,
"quantity": 1
}
],
"total": 0
},
{
"id": 2,
"customer": {
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment