.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17. .TH XMLSCHEMA-XML2JSON "1" "January 2021" "xmlschema-xml2json 1.4.2" "User Commands" .SH NAME xmlschema-xml2json \- XML to JSON converter .SH DESCRIPTION usage: xmlschema\-xml2json [OPTION]... [FILE]... Try 'xmlschema\-xml2json \fB\-\-help\fR' for more information. .PP decode a set of XML files to JSON. .SS "positional arguments:" .TP [XML_FILE ...] XML files to be decoded to JSON. .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-v\fR increase output verbosity. .TP \fB\-\-schema\fR PATH path or URL to an XSD schema. .TP \fB\-\-version\fR VERSION XSD schema validator to use (default is 1.0). .TP \fB\-L\fR URI/URL URI/URL schema location hint overrides. .TP \fB\-\-converter\fR NAME use a different XML to JSON convention instead of the default converter. Option value can be one of ('Unordered', 'Parker', 'BadgerFish', 'Abdera', \&'JsonML', 'Columnar'). .TP \fB\-\-lazy\fR use lazy decoding mode (slower but use less memory). .TP \fB\-o\fR OUTPUT, \fB\-\-output\fR OUTPUT where to write the encoded XML files, current dir by default. .TP \fB\-f\fR, \fB\-\-force\fR do not prompt before overwriting.