Answer the question
In order to leave comments, you need to log in
How to convert xml 2 json on linux?
The files are large, so online services are not suitable.
Recommend some software :)
Answer the question
In order to leave comments, you need to log in
I used the extension for Sublime Text xml2json - https://packagecontrol.io/packages/xml2json
I also tried to use the python script, in both cases the Russian letters were replaced by ascii codes.
I used uni2ascii to solve this problem - billposer.org/Software/uni2ascii.html
$ sudo apt-get install uni2ascii
$ touch output.json
$ ascii2uni input.json -a U > output.json
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question