This library provides XML to JSON (JavaScript Objects) and vice versa javascript conversion functions. The library is very small and has no any dependencies. new X2JS() - to create your own instance to access all library functionality new X2JS(config) - to create your own instance with additional config <instance>.xml2json - Convert XML specified as DOM Object to JSON <instance>.json2xml - Convert

