Skip to content

Instantly share code, notes, and snippets.

@reidev275
Last active February 25, 2020 18:28
Show Gist options
  • Save reidev275/3080305833ce8c017ed09bc4ce52d5cc to your computer and use it in GitHub Desktop.
Save reidev275/3080305833ce8c017ed09bc4ce52d5cc to your computer and use it in GitHub Desktop.
{
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