Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 307 Bytes

xmlToJson

XML to json converter.

Search and convert all xml files include inner folders to json format.

Usage

python3 xmlToJson.py [-i path] [-o path]

Options and arguments

  • -i --input: Input folder absolute path.;
  • -o --output: Output folder absolute path. Default: current working directory;