Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created September 30, 2024 14:33
Show Gist options
  • Save bjoerntx/8dcb380b47e600cca54588c114d797b1 to your computer and use it in GitHub Desktop.
Save bjoerntx/8dcb380b47e600cca54588c114d797b1 to your computer and use it in GitHub Desktop.
[
{
"invoice": "12345",
"date": "2019-01-01",
"customer": "John Doe",
"items": [
{
"product": "apple",
"price": 1.00,
"quantity": 10
},
{
"product": "banana",
"price": 0.50,
"quantity": 20
},
{
"product": "cherry",
"price": 0.25,
"quantity": 30
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment