Skip to content

Instantly share code, notes, and snippets.

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