Last active
February 25, 2020 18:28
-
-
Save reidev275/3080305833ce8c017ed09bc4ce52d5cc 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
{ | |
kind: 'And', | |
a: { kind: 'Equals', field: 'manager', val: 'Bob Slydell' }, | |
b: { kind: 'Greater', field: 'salary', val: 50000 } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment