Created
July 8, 2016 17:16
-
-
Save apiarian/d41ea27cf87f2c6ccd6fed73c3d57f97 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
( (1 or 2 or 3) and (not (4 and (5 or 6 ) ) ) ) | |
{ | |
"operator": "AND", | |
"subsections": [ | |
{ | |
"operator": "OR", | |
"entities": [ 1, 2, 3 ] | |
}, | |
{ | |
"operator": "NOT", | |
"subsections": [ | |
{ | |
"operator": "AND", | |
"subsections": [ | |
{ | |
"operator": "OR", | |
"entities": [ 4 ] | |
}, | |
{ | |
"operator": "OR", | |
"entities": [ 5, 6 ] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arguably human-friendly JSON proposal: https://github.com/MediaMath/nemo/blob/qa/docs/endpoints.md