Convert from json to BSONObj. More...
#include "core.hpp"
#include "ossFeat.hpp"
#include "bson/bson.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bson |
Include files for C++ BSON module. | |
Functions | |
SDB_EXPORT INT32 | bson::fromjson (const string &str, BSONObj &out, BOOLEAN isBatch=TRUE) |
SDB_EXPORT INT32 | bson::fromjson (const CHAR *pStr, BSONObj &out, BOOLEAN isBatch=TRUE) |
Convert from json to BSONObj.