BSONObj p = BSON( "name" << "Joe" << "age" << 33 );cout << p.toString() << endl;cout << p["age"].number() << endl;