package
0.1.0
Repository: https://github.com/donetkit/gtool.git
Documentation: pkg.go.dev

# Functions

Decode parses `content` into and returns as map.
DecodeWithoutRoot parses `content` into a map, and returns the map without root level.
Encode encodes map `m` to an XML format content as bytes.
EncodeWithIndent encodes map `m` to an XML format content as bytes with indent.
ToJson converts `content` as XML format into JSON format bytes.