#include "../pch.h"#include "jsobj.h"Go to the source code of this file.
Namespaces | |
| namespace | mongo |
tools for working in parallel/sharded/clustered environment | |
Functions | |
| BSONObj | mongo::fromjson (const string &str) |
| Create a BSONObj from a JSON <http://www.json.org> string. | |
| BSONObj | mongo::fromjson (const char *str, int *len=NULL) |
| len will be size of JSON object in text chars. | |
1.6.3