package
1.13.6
Repository: https://github.com/csrgxtu/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 a XML format content as bytes.
Encode encodes map <m> to a XML format content as bytes with indent.
ToJson converts <content> as XML format into JSON format bytes.