pike.git
/
lib
/
modules
/
Standards.pmod
/
BSON.pmod
/
tests
/
undefined.json
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Standards.pmod/BSON.pmod/tests/undefined.json:1:
-
+
{
+
"description": "Undefined type (deprecated)",
+
"bson_type": "0x06",
+
"deprecated": true,
+
"test_key": "a",
+
"valid": [
+
{
+
"description": "Undefined",
+
"canonical_bson": "0800000006610000",
+
"canonical_extjson": "{\"a\" : {\"$undefined\" : true}}",
+
"converted_bson": "080000000A610000",
+
"converted_extjson": "{\"a\" : null}"
+
}
+
]
+
}
Newline at end of file added.