-
Notifications
You must be signed in to change notification settings - Fork 899
/
Copy pathdocument.json
36 lines (36 loc) · 1.24 KB
/
document.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"description": "Document type (sub-documents)",
"bson_type": "0x03",
"test_key": "x",
"valid": [
{
"description": "Empty subdoc",
"canonical_bson": "0D000000037800050000000000",
"canonical_extjson": "{\"x\" : {}}"
},
{
"description": "Empty-string key subdoc",
"canonical_bson": "150000000378000D00000002000200000062000000",
"canonical_extjson": "{\"x\" : {\"\" : \"b\"}}"
},
{
"description": "Single-character key subdoc",
"canonical_bson": "160000000378000E0000000261000200000062000000",
"canonical_extjson": "{\"x\" : {\"a\" : \"b\"}}"
}
],
"decodeErrors": [
{
"description": "Subdocument length too long: eats outer terminator",
"bson": "1800000003666F6F000F0000001062617200FFFFFF7F0000"
},
{
"description": "Subdocument length too short: leaks terminator",
"bson": "1500000003666F6F000A0000000862617200010000"
},
{
"description": "Invalid subdocument: bad string length in field",
"bson": "1C00000003666F6F001200000002626172000500000062617A000000"
}
]
}