https://github.com/yigit433/jsonparser
Parses and processes JSON documents.
https://github.com/yigit433/jsonparser
clang json jsonpar
Last synced: 5 months ago
JSON representation
Parses and processes JSON documents.
- Host: GitHub
- URL: https://github.com/yigit433/jsonparser
- Owner: yigit433
- Created: 2023-11-12T21:40:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T09:38:00.000Z (over 2 years ago)
- Last Synced: 2024-03-10T23:40:59.011Z (over 2 years ago)
- Topics: clang, json, jsonpar
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## jsonparser
Parses and processes JSON documents.
### Note
Please be aware that the library is not suitable for use in the testing phase as it is currently being written.
### Testing
1. Download the library => `git clone https://github.com/yigit433/jsonparser.git`
2. Go to the library directory => `cd jsonparser`
3. 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`, and `src` 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.