MongoDB Query Language
BSON to EJSON
[
{
"$match": {
"paymentId": ObjectId("123456789012345678901234")
}
}
]Conversion table
BSON Type
Canonical Extended JSON Format
Last updated