Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active May 3, 2023 11:02
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/a4cf2fa8b755e96b45997c950a15dd44 to your computer and use it in GitHub Desktop.
Save bjoerntx/a4cf2fa8b755e96b45997c950a15dd44 to your computer and use it in GitHub Desktop.
[
{
"title": "Report Title",
"lineItems": [
{
"name": "product 1",
"price": 200,
"details": [
{
"shortDescription": "short description 1",
"description": "description 1"
}
]
},
{
"name": "product 2",
"price": 100,
"details": [
{
"shortDescription": "short description 2",
"description": "description 2"
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment