Yaml
API
parseYAML
解析一个 YAML 文件为 JSON 对象,如果无法解析则返回 undefined
参数
参数名 | 说明 | 类型 |
---|---|---|
content | 要解析的内容 | string |
返回值
类型:
any
formatYAML
将 JSON 对象格式化为字符串,如果格式化失败则返回 undefined
参数
参数名 | 说明 | 类型 |
---|---|---|
obj | 要格式化的对象 | any |
返回值
类型:
string
parseYAML
解析一个 YAML 文件为 JSON 对象,如果无法解析则返回 undefined
参数名 | 说明 | 类型 |
---|---|---|
content | 要解析的内容 | string |
any
formatYAML
将 JSON 对象格式化为字符串,如果格式化失败则返回 undefined
参数名 | 说明 | 类型 |
---|---|---|
obj | 要格式化的对象 | any |
string