|
|
|
|
|
by andypants
5142 days ago
|
|
It's not JSON, it's BSON. BSON supports more data types, which are needed for a proper database (such as object IDs, longs, doubles, binary data, references, etc.) You still need a driver and a bson serializer if you use node.js. |
|