MongoDB Data format
Data is kept in BSON format (Binary JSON) which is JSON with some extensions.
- JSON = JavaScript Object
- PHP array
- Python Dictionary
- Perl Hash
- Ruby Hash
Data is kept in BSON format (Binary JSON) which is JSON with some extensions.