Skip to content

IsDaDev/xml2jsonParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

XML -> JSON parser written in C++

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.

Usage

Prerequesites

  • g++ (MinGW or MSVC)

Building

cd xml2jsonParser
g++ xml2json.cpp -o xml2json

Execution

./xml2json input.xml output.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages