Parses and processes JSON documents.
Please be aware that the library is not suitable for use in the testing phase as it is currently being written.
- Download the library =>
git clone https://github.com/yigit433/jsonparser.git
- Go to the library directory =>
cd jsonparser
- And run the makefile and start the tests =>
make
Installation
- To install this library, you must first download it =>
git clone https://github.com/yigit433/jsonparser.git
- To use it in your own project, you need to transfer the
include
,utils
, andsrc
folders to your own project. - You can adapt the Makefile file I used in this project to your own project because you need to build the external library you use with your project.