Parser that parses XML files into JSON files. It is written entirely in C++ and was mostly a project to learn C++ more indepth, but it also serves the purpose of actually parsing files.
- g++ (MinGW or MSVC)
cd xml2jsonParser
g++ xml2json.cpp -o xml2json./xml2json input.xml output.xml