MyQQ is a cross-platform library for communication which uses a TencentQQ-like protocol to communicate with friends on the Internet. It can work well now and maintained by Xiaoxia (gdxxhg@gmail.com). If you are interested in MyQQ and have improved i
goxml2json
将XML转换为JSON的Go软件包
安装
go get -u github.com/basgys/goxml2json
输入
import github.com/basgys/goxml2json
用法
代码示例
package main
import (
"fmt"
"strings"
xj "github.com/basgys/goxml2json"
)
func main () {
// xml is an io.Reader