Scroll to navigation

XMLSCHEMA-XML2JSON(1) User Commands XMLSCHEMA-XML2JSON(1)

NAME

xmlschema-xml2json - XML to JSON converter

DESCRIPTION

usage: xmlschema-xml2json [OPTION]... [FILE]... Try 'xmlschema-xml2json --help' for more information.

decode a set of XML files to JSON.

positional arguments:

[XML_FILE ...]
XML files to be decoded to JSON.

options:

show this help message and exit
increase output verbosity.
path or URL to an XSD schema.
XSD schema validator to use (default is 1.0).
schema location hint overrides.
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').
indentation for a pretty-printed JSON output (default is the most compact representation)
use lazy decoding mode (slower but use less memory).
when to defuse XML data, on remote resources for default.
where to write the encoded XML files, current dir by default.
do not prompt before overwriting.
April 2024 xmlschema-xml2json 3.3.1