mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
5f7500bf01
The code on both the new header files is essentially the same. This commit just adjusted #include in dependent modules. The new headers did not make to pch.h. This change is in preparation for some improvements in code that is now in time_support.h |
||
---|---|---|
.. | ||
bsondemo | ||
util | ||
bson_db.h | ||
bson.h | ||
bsonelement.h | ||
bsoninlines.h | ||
bsonmisc.h | ||
bsonobj.h | ||
bsonobjbuilder.h | ||
bsonobjiterator.h | ||
bsontypes.h | ||
inline_decls.h | ||
oid.h | ||
ordering.h | ||
README | ||
stringdata.h |
"BSON" stands for "binary JSON" - a binary storage format that is JSON inspired (and adds a couple extra types such as Date). This is the C++ implementation. Implementations which translate BSON<->JSON are available for most languages at bsonspec.org.