MongoDB C++ Driver
legacy-1.1.2
|
Parser class. More...
#include <json.h>
Parser class.
A BSONObj is constructed incrementally by passing a BSONObjBuilder to the recursive parsing methods. The grammar for the element parsed is described before each function.