.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH XMLSCHEMA-XML2JSON "1" "April 2024" "xmlschema-xml2json 3.3.1" "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 "options:" .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', 'gdata', \&'abdera', 'jsonml', 'columnar'). .TP \fB\-\-indent\fR INDENT indentation for a pretty\-printed JSON output (default is the most compact representation) .TP \fB\-\-lazy\fR use lazy decoding mode (slower but use less memory). .TP \fB\-\-defuse\fR (always, remote, never) when to defuse XML data, on remote resources for default. .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.