xmlschema-json2xml(1)

JSON to XML converter

Section 1 python3-xmlschema bookworm source

Description

XMLSCHEMA-JSON2XML

NAME

xmlschema-json2xml - JSON to XML converter

DESCRIPTION

usage: xmlschema-json2xml [OPTION]... [FILE]... Try ’xmlschema-json2xml --help’ for more information.

encode a set of JSON files to XML.

positional arguments:

[JSON_FILE ...]

JSON files to be encoded to XML.

options:

-h, --help

show this help message and exit

-v

increase output verbosity.

--schema PATH

path or URL to an XSD schema.

--version VERSION

XSD schema validator to use (default is 1.0).

-L URI/URL URI/URL

schema location hint overrides.

--converter 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’).

-o OUTPUT, --output OUTPUT

where to write the encoded XML files, current dir by default.

-f, --force

do not prompt before overwriting