gxml

XML数据格式编码解析。

使用方式:

  1. import "gitee.com/johng/gf/g/encoding/gxml"

方法列表:

  1. func Decode(xmlbyte []byte) (map[string]interface{}, error)
  2. func Encode(v map[string]interface{}, rootTag ...string) ([]byte, error)
  3. func EncodeWithIndent(v map[string]interface{}, rootTag ...string) ([]byte, error)
  4. func ToJson(xmlbyte []byte) ([]byte, error)