vertx-pojongo.1.3.1.source-code.testquery.json Maven / Gradle / Ivy
The newest version!
Formatted JSON Data
{
"$and":[
{
"name":{
"$eq":"AndOr"
}
},
{
"secondProperty":{
"$eq":"AndOr 1"
}
},
{
"$or":[
{
"secondProperty":{
"$eq":"AndOr 2"
}
}
]
}
]
}