Library to generate TypeScript code from an XSD and parse an XML according to the XSD.
Use extract
or extractFromFile
to extract a data description from an XSD and parseXML
to parse an XML according to the extracted data description.
See documentation for detailed description of usage.