...

Text file src/go.mongodb.org/mongo-driver/testdata/bson-corpus/undefined.json

Documentation: go.mongodb.org/mongo-driver/testdata/bson-corpus

     1{
     2    "description": "Undefined type (deprecated)",
     3    "bson_type": "0x06",
     4    "deprecated": true,
     5    "test_key": "a",
     6    "valid": [
     7        {
     8            "description": "Undefined",
     9            "canonical_bson": "0800000006610000",
    10            "canonical_extjson": "{\"a\" : {\"$undefined\" : true}}",
    11            "converted_bson": "080000000A610000",
    12            "converted_extjson": "{\"a\" : null}"
    13        }
    14    ]
    15}

View as plain text