Skip to content

Releases: Dartypier/XMLJSONConverter

Version 2.0 [API support ADDED]

22 May 22:10
Compare
Choose a tag to compare

Now the tool presents an API useful to extracting data from a JSON/XML document to allow manipulation on the extracted data. It's also possible using the API to write out the data to an output XML/JSON file.

Version 1.0

16 May 15:46
Compare
Choose a tag to compare

The release is a Java JAR file. To use it, you must have java (or openjre) >=10. The use is simple, you can convert an XML/RailML/JSON file to the respective JSON/XML/RaiML format:

java -jar XMLJSONConverter.jar <input_file> <output_file>

This will print more information:
java -jar XMLJSONConverter.jar -h