boki1 / fmi-json-parser

Project for the OOP course @fmi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fmi-json-parser

JSON logo

Description

Implement a JSON parser command line application. However I will implement a JSON parser library and a demo application which uses this library as an example as this seems way more natural to me :). These are contained in lib/ and app/ respectively. In addition there are some tests in the corresponding directory. In another addition, I am required to use only a certain part of the standard library as that is what is the OOP course @fmi is based upon which means that from time to time I will have to implement a certain type myself. Check the mystd/ directory for them.

Problem description in bulgarian.

build-and-tests License: MIT

Building the source code

$ ./build.sh --output=cmake-build-debug

Building the documentation

$ ./build.sh --docs open

License

MIT, Kristiyan Stoimenov 2023

About

Project for the OOP course @fmi

License:MIT License


Languages

Language:C++ 95.8%Language:CMake 2.9%Language:Shell 1.1%Language:C 0.2%