Documentation ¶
Overview ¶
Package gyaml 提供YAML内容的访问和转换功能。
Index ¶
- func Decode(content []byte) (map[string]interface{}, error)
- func DecodeTo(value []byte, result interface{}) (err error)
- func Encode(value interface{}) (out []byte, err error)
- func EncodeIndent(value interface{}, indent string) (out []byte, err error)
- func ToJson(content []byte) (out []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode 将YAML格式的内容解析为map[string]interface{}。 解析结果会通过convert.Map进行类型转换处理。 如果解析过程中发生错误,将返回包装后的错误。
func EncodeIndent ¶
EncodeIndent 将值编码为带有缩进的YAML格式字节切片。 indent参数指定每行的缩进字符串。如果indent为空,则不进行缩进处理。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.