鲲鹏社区首页
中文
注册
开发者
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

JsonElement::toString() const

函数功能

若该节点为空,则返回空字符串,否则返回该节点序列化后的结果。

函数定义

std::string JsonElement::toString() const;

返回值

  • 成功:序列化后的字符串结果。
  • 失败:空字符串。