Skip to content

Instantly share code, notes, and snippets.

@nz
Last active December 17, 2015 21:28
Show Gist options
  • Save nz/5674527 to your computer and use it in GitHub Desktop.
Save nz/5674527 to your computer and use it in GitHub Desktop.
{
"filter": {
"and": [
{ "filter": "1" },
{
"or": [
{ "filter": 2 },
{ "filter": 3 },
{ "filter": 4 }
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment