# README
xmllib - A heavly modified version of go-xml2json
This is based on https://github.com/basgys/goxml2json with lots of modifications.
# Functions
Convert converts the given XML document to JSON.
Convert converts the given XML document to JSON.
Exists return true if the file, specified by 'name', exists.
OK.
OK test+ KeysFromMap returns an array of keys from a map.
NewDecoder returns a new decoder that reads from r.
NewEncoder returns a new encoder that writes to w.
No description provided by the author
PJS - ReadXMLAsNode reads a source of XML and returns the Node tree.
SVar convert a variable to it's JSON representation and return.
SVarI convert a variable to it's JSON representation with indendted JSON.
# Structs
No description provided by the author
No description provided by the author
A Decoder reads and decodes XML objects from an input stream.
No description provided by the author
An Encoder writes JSON objects to an output stream.
Node is a data element on a tree.
No description provided by the author
No description provided by the author