https://github.com/softplus/lightcjson
Lightweight ANSI C JSON library for flat JSON strings
https://github.com/softplus/lightcjson
Last synced: 12 months ago
JSON representation
Lightweight ANSI C JSON library for flat JSON strings
- Host: GitHub
- URL: https://github.com/softplus/lightcjson
- Owner: softplus
- License: mit
- Created: 2022-09-05T20:50:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T21:17:29.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:15:47.718Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LightCJSON
Lightweight ANSI C JSON library for flat JSON strings
Inspired by [wyolum/jsonlib](https://github.com/wyolum/jsonlib).
## Todo's
* Help file
## Done
* Make simple key/value builder
* Make streaming key/value parser