Lines Matching refs:JsonReader
16 #include "JsonReader.h"
627 std::string JsonReader::ReadFile(const std::string& path)
631 ELOG("JsonReader: Open json file failed.");
639 Json2::Value JsonReader::ParseJsonData2(const std::string& jsonStr)
644 std::string JsonReader::GetErrorPtr()
653 Json2::Value JsonReader::CreateObject()
658 Json2::Value JsonReader::CreateArray()
663 Json2::Value JsonReader::CreateBool(const bool value)
668 Json2::Value JsonReader::CreateString(const std::string& value)
673 Json2::Value JsonReader::DepthCopy(const Json2::Value& value)
678 Json2::Value JsonReader::CreateNull()