00001 00019 #pragma once 00020 00021 #include "../pch.h" 00022 #include "jsobj.h" 00023 00024 namespace mongo { 00025 00036 BSONObj fromjson(const string &str); 00037 00039 BSONObj fromjson(const char *str, int* len=NULL); 00040 00041 } // namespace mongo