Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created September 26, 2022 19:44
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/3a94f2fe6b538960f6532a7e6e9c05cb to your computer and use it in GitHub Desktop.
Save johnlokerse/3a94f2fe6b538960f6532a7e6e9c05cb to your computer and use it in GitHub Desktop.
{
"outUsingFilter": {
"type": "Array",
"value": [
{
"productCharacteristics": [
"Vegan",
"Seasonal"
],
"productName": "Icecream",
"productPrice": 5
},
{
"productCharacteristics": [
"Bio"
],
"productName": "Banana",
"productPrice": 4
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment