Self contained CLI version of xml-js.
The executable reads from the stdin and writes the converted string to the stdout.
The flag --format controls the input/output format:
--format json-> expects xml input and ouputs json--format xml-> expects json input and outputs xml
Licensed under the incredibly permissive MIT license