Documentation ¶
Overview ¶
包gxml提供了访问和转换XML内容的功能。 md5:7f72b127efb49044
Index ¶
- func Decode(content []byte) (map[string]interface{}, error)
- func DecodeWithoutRoot(content []byte) (map[string]interface{}, error)
- func Encode(m map[string]interface{}, rootTag ...string) ([]byte, error)
- func EncodeWithIndent(m map[string]interface{}, rootTag ...string) ([]byte, error)
- func ToJson(content []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeWithoutRoot ¶
DecodeWithoutRoot 将 `content` 解析为一个映射,然后返回不包含根级别的映射。 md5:3210d3b75da05efb
func EncodeWithIndent ¶
EncodeWithIndent 将映射 `m` 编码为带缩进的 XML 格式的字节内容。 可选参数 `rootTag` 用于指定 XML 根标签。 md5:4ce035684ef6a0cc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.