This project is designed to find specific xml nodes and parse it into json format.
git clone https://github.com/teodoravladic/xml2json.git
cd xml2json
mkdir build && cd build && cmake .. && makeThis program requires 2 arguments, a xml file and a search tag, as follows:
./xml2json <xml-file> <search-tag>