Skip to content

Instantly share code, notes, and snippets.

@parrish
Created June 10, 2016 14:39
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 parrish/fb7cf16876a296e1490cab62d1a5275f to your computer and use it in GitHub Desktop.
Save parrish/fb7cf16876a296e1490cab62d1a5275f to your computer and use it in GitHub Desktop.
[
{
"left": 1,
"right": 2,
"operator": "<"
},
"and",
[
{
"left": 2,
"right": 0,
"operator": "<"
},
"or",
{
"left": 1,
"right": 1,
"operator": "=="
},
"and",
[
{
"left": 0,
"right": 0,
"operator": "<="
},
"or",
{
"left": 1,
"right": 1,
"operator": "=="
}
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment