Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 491 Bytes

File metadata and controls

20 lines (16 loc) · 491 Bytes

XML2JSON

This project is designed to find specific xml nodes and parse it into json format.

1. Prerequisites

2. Build

git clone https://github.com/teodoravladic/xml2json.git
cd xml2json
mkdir build && cd build && cmake .. && make

3. Run

This program requires 2 arguments, a xml file and a search tag, as follows:

./xml2json <xml-file> <search-tag>