https://github.com/jduepmeier/easy_json
easy json parser in c
https://github.com/jduepmeier/easy_json
c json library
Last synced: 6 months ago
JSON representation
easy json parser in c
- Host: GitHub
- URL: https://github.com/jduepmeier/easy_json
- Owner: jduepmeier
- License: wtfpl
- Created: 2015-12-19T11:22:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T12:29:43.000Z (over 2 years ago)
- Last Synced: 2024-02-01T10:53:36.858Z (over 2 years ago)
- Topics: c, json, library
- Language: C
- Size: 37.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easy_json - lightweigth json parsing
[](https://scan.coverity.com/projects/jduepmeier-easy_json)
This is a lightweight library to parse json in c.
## Use
Read the header file [easy_json.h](easy_json.h) for description of the api and the
[easy_json_test.c](easy_json_test.c) file as an example.
Important thing to know is that this library consumes the given json.