MongoDB Data
BSON
- BSON = Binary JSON
- JSON = JavaScript Object Notation
- Mostly an extension of JSON
Types
- byte, int32, int64, double
- UTF-8 string
- Binary data
- Boolean
- UTC Datetime
- NULL
- Regular expression
- JavaScript code
- Array of any of these
- Associative array (hash table) of any of these
Next: Links