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.

optional arguments:

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', 'Abdera', 'JsonML', 'Columnar').
use lazy decoding mode (slower but use less memory).
where to write the encoded XML files, current dir by default.
do not prompt before overwriting.
January 2021 xmlschema-xml2json 1.4.2