Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/reference/mongodb-extended-json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ Binary
- ``<bindata>`` is the base64 representation of a binary string.

- ``<t>`` is the hexadecimal representation of a single byte that
indicates the data type.
indicates the data type. See the extended bson documentation.
http://bsonspec.org/spec.html

Date
~~~~
Expand Down Expand Up @@ -367,3 +368,5 @@ NumberLong
- .. code-block:: none

NumberLong( <number> )

Number long is a 64 bit signed integer.