Man page - xmlschema-json2xml(1)
Packages contains this manual
apt-get install python3-xmlschema
Manual
XMLSCHEMA-JSON2XML
NAMEDESCRIPTION
positional arguments:
options:
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â, âgdataâ, âabderaâ, âjsonmlâ, âcolumnarâ).
--indent INDENT
indentation for XML output (default is 4 spaces)
-o , --output OUTPUT
where to write the encoded XML files, current dir by default.
-f , --force
do not prompt before overwriting