...

Text file src/go.mongodb.org/mongo-driver/testdata/mongocrypt/key-filter.json

Documentation: go.mongodb.org/mongo-driver/testdata/mongocrypt

     1{
     2  "$or": [
     3    {
     4      "_id": {
     5        "$in": [
     6          {
     7            "$binary": "YWFhYWFhYWFhYWFhYWFhYQ==",
     8            "$type": "04"
     9          }
    10        ]
    11      }
    12    },
    13    {
    14      "keyAltNames": {
    15        "$in": []
    16      }
    17    }
    18  ]
    19}

View as plain text