awtk/docs/manual/conf_ubjson_t.md
2020-06-09 07:11:39 +08:00

772 B

conf_ubjson_t

概述

image

conf json对象。

函数

函数名称 说明
conf_ubjson_load

conf_ubjson_load 函数


  • 函数功能:

  • 函数原型:
object_t* conf_ubjson_load (const char* url, bool_t create_if_not_exist);
  • 参数说明:
参数 类型 说明
返回值 object_t* 返回配置对象。
url const char* 路径(通常是文件路径)。
create_if_not_exist bool_t 如果不存在是否创建。