Skip to content

Instantly share code, notes, and snippets.

@ImoutoChan
Last active March 14, 2018 13:07
Show Gist options
  • Select an option

  • Save ImoutoChan/0c16ff191be8fe5e1ff67c9a9fc94ab1 to your computer and use it in GitHub Desktop.

Select an option

Save ImoutoChan/0c16ff191be8fe5e1ff67c9a9fc94ab1 to your computer and use it in GitHub Desktop.
{
"conditionGroup": {
"operator": "or",
"conditionGroups": [
{
"operator": "and",
"conditionGroups": null,
"conditions":[
{
"operator": "lower",
"propertyName": "Value3",
"value": "5"
},
{
"operator": "equal",
"propertyName": "Value4",
"value": "25"
}
]
}
],
"conditions": [
{
"operator": "lower",
"propertyName": "Value",
"value": "5"
},
{
"operator": "equal",
"propertyName": "Value2",
"value": "25"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment