Created
June 10, 2016 14:39
-
-
Save parrish/fb7cf16876a296e1490cab62d1a5275f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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