# 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.