https://github.com/rhinodevel/mtjson
JSON parser and stringifier written in C. Not 100% standard compliant, yet! Sample code included (see main.c).
https://github.com/rhinodevel/mtjson
json-parser
Last synced: 7 months ago
JSON representation
JSON parser and stringifier written in C. Not 100% standard compliant, yet! Sample code included (see main.c).
- Host: GitHub
- URL: https://github.com/rhinodevel/mtjson
- Owner: RhinoDevel
- License: isc
- Created: 2016-03-01T22:02:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T13:28:45.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T18:47:22.236Z (9 months ago)
- Topics: json-parser
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MtJson
JSON parser and stringifier written in C. Not 100% standard compliant, yet! Sample code included (see main.c).# License
See the [LICENSE](https://github.com/RhinoDevel/MtJson/blob/master/LICENSE.md) file for license rights and limitations (ISC).