$and
Syntax
{
"$and": [ <cond>, <cond>, ...]
}Properties
Field
Description
Required
Examples
{
"$and": [
{
"$.variables.age": {
"$gte": 10
}
},
{
"$.variables.marks": {
"$gt": 90
}
}
]
}Last updated