Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created July 25, 2014 16:15
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 terrycojones/5aaccf1eb10635538466 to your computer and use it in GitHub Desktop.
Save terrycojones/5aaccf1eb10635538466 to your computer and use it in GitHub Desktop.
{
"queries" : [
[ "mike/rating > 5",
{
"ntoll/rating" : {
"value" : 6
},
"ntoll/seen" : {
"value" : true
}
}
],
[ "fluiddb/about matches \"great\"",
{
"ntoll/rating" : {
"value" : 10
}
}
],
[ "fluiddb/id = \"6ed3e622-a6a6-4a7e-bb18-9d3440678851\"",
{
"mike/seen" : {
"value" : true
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment