package
2.7.3
Repository: https://github.com/aeo123/gf.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.
XMLEscapeChars forces escaping invalid characters in attribute and element values.