From 2181ba1b36d62c1ce4bdb4f7c627ac3aef574d5a Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Tue, 16 Sep 2014 13:35:04 -0400 Subject: [PATCH] DOCS-1243: Only in strict mode is the type field hex --- source/reference/mongodb-extended-json.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/mongodb-extended-json.txt b/source/reference/mongodb-extended-json.txt index f89ee3bab25..bdb85c87e36 100644 --- a/source/reference/mongodb-extended-json.txt +++ b/source/reference/mongodb-extended-json.txt @@ -97,9 +97,9 @@ Binary - ```` is the base64 representation of a binary string. -- ```` is the hexadecimal representation of a single byte that - indicates the data type. See the extended bson documentation. - http://bsonspec.org/spec.html +- ```` is a representation of a single byte indicating the data type. In + *Strict mode* it is a hexadecimal string, and in *Shell mode* it is an integer. + See the extended bson documentation. http://bsonspec.org/spec.html Date ~~~~