5 #ifndef EMX_EasyJson_HPP
6 #define EMX_EasyJson_HPP
8 #include "core/EmxTypeDef.hpp"
Json相关操作
Definition: EasyJson.hpp:17
static ErrCodeE Serialize(const Json::Value &json, std::string &jsonStr)
序列化json,转换为字符串
static ErrCodeE Parse(const std::string &data, Json::Value &json)
解析json数据
static ErrCodeE Parse(const char *data, Json::Value &json)
解析json数据
static ErrCodeE Parse(const char *data, int size, Json::Value &json)
解析json数据
static ErrCodeE Load(const char *path, Json::Value &json)
从文件中加载json数据
ErrCodeE
错误码定义
Definition: EmxTypeDef.hpp:29
Definition: EmxGpio.hpp:10