Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created September 26, 2022 19:50
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 johnlokerse/dee873718e12f5d4b8ac488598b1e71f to your computer and use it in GitHub Desktop.
Save johnlokerse/dee873718e12f5d4b8ac488598b1e71f to your computer and use it in GitHub Desktop.
{
"outputDiscount": {
"type": "Array",
"value": [
{
"discountedPrice": "The item Icecream is on sale. Sale price: 2",
"productName": "Icecream",
"productNumber": 0
},
{
"discountedPrice": "The item Cheese is on sale. Sale price: 1",
"productName": "Cheese",
"productNumber": 1
},
{
"discountedPrice": "The item Banana is on sale. Sale price: 2",
"productName": "Banana",
"productNumber": 2
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment