AlgoTectureXMLtoJsonParser

Test task for an internship at AlgoTecture.net.

Goal

The projects goal is to deserialize a xml file and serialize it into a json file.

Structure

The project has two directories one contains the needed xml classes and the other json classes, so that the program can properly deserialize and serialize. The program itself runs in the Program.cs file.

Result

The json file is created in the current working directory.