gxml

package
v0.0.0-...-3631402 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

XML

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(xmlbyte []byte) (map[string]interface{}, error)

将XML内容解析为map变量

func Encode

func Encode(v map[string]interface{}, rootTag ...string) ([]byte, error)

将map变量解析为XML格式内容

func EncodeWithIndent

func EncodeWithIndent(v map[string]interface{}, rootTag ...string) ([]byte, error)

func ToJson

func ToJson(xmlbyte []byte) ([]byte, error)

XML格式内容直接转换为JSON格式内容

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL