rapidjson::Document d;
d.Parse<0>(FileUtils::getInstance()->getStringFromFile("data_2.json").c_str());
log("%s",d[(int)0]["name"].GetString());