https://github.com/wgtdkp/juson
lightweight json parser in c
https://github.com/wgtdkp/juson
Last synced: 4 days ago
JSON representation
lightweight json parser in c
- Host: GitHub
- URL: https://github.com/wgtdkp/juson
- Owner: wgtdkp
- License: mit
- Created: 2016-05-30T05:09:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T13:42:07.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T19:52:35.831Z (7 months ago)
- Language: C
- Size: 33.2 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - juson
README
# juson [](https://travis-ci.org/wgtdkp/juson)
A lightweight json parser in 500 lines pure C
## Dependency
None
## Try
```bash
$ make test
$ ./test json_file
```
## Usage
Copy _juson.c_ and _juson.h_ into your project, that's it.